Fix footer padding issue

This commit is contained in:
Quantum 2022-02-13 15:07:13 -05:00
parent 49c3d1816e
commit 0bac370601

View file

@ -36,7 +36,7 @@ body {
.footer { .footer {
min-height: $spacer * 4; min-height: $spacer * 4;
padding: ($spacer * 4 - $font-size-base) / 2; padding: ($spacer * 4 - $font-size-base) / 2 0;
} }
#generated-password { #generated-password {