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.