mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
Fix footer padding issue
This commit is contained in:
parent
49c3d1816e
commit
0bac370601
|
@ -36,7 +36,7 @@ body {
|
|||
|
||||
.footer {
|
||||
min-height: $spacer * 4;
|
||||
padding: ($spacer * 4 - $font-size-base) / 2;
|
||||
padding: ($spacer * 4 - $font-size-base) / 2 0;
|
||||
}
|
||||
|
||||
#generated-password {
|
||||
|
|
Loading…
Reference in a new issue