From eeb54b90b5c85de54177dc6bdb83e9a076bf0cee Mon Sep 17 00:00:00 2001
From: Quantum
Date: Tue, 4 Dec 2018 22:01:28 -0500
Subject: [PATCH] Add a footer
---
src/app.scss | 7 ++++++-
src/index.html | 13 +++++++++++--
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/src/app.scss b/src/app.scss
index ca8e504..cfc3982 100644
--- a/src/app.scss
+++ b/src/app.scss
@@ -30,10 +30,15 @@ $blockquote-font-size: $font-size-base;
@import "~octicons/index";
body {
- padding-top: 4.5rem;
+ padding-top: $spacer * 4.5;
position: relative;
}
+.footer {
+ min-height: $spacer * 4;
+ padding: ($spacer * 4 - $font-size-base) / 2;
+}
+
#generated-password {
background: $input-bg;
}
diff --git a/src/index.html b/src/index.html
index 9a46e19..279250e 100644
--- a/src/index.html
+++ b/src/index.html
@@ -200,8 +200,8 @@
possible combinations from the known dictionary.
- In essence, we are assuming the attacker is more than “on to this trick” already. Whether
- attackers are “on to this trick” is completely therefore irrelevant to its security. If Bruce
+ In essence, we are assuming the attacker is more than on to this trick
already. Whether
+ attackers are on to this trick
is completely therefore irrelevant to its security. If Bruce
Schneier thinks using four words is insufficiently secure, he should be suggesting five or six words, not
shamelessly promoting his own password generation scheme.
@@ -213,5 +213,14 @@
+
+