Fix weird footer padding issues

This commit is contained in:
Quantum 2022-02-13 15:05:53 -05:00
parent ab2bf71304
commit 868da9dac0

View file

@ -62,7 +62,7 @@ a {
.footer {
background: $light;
min-height: $spacer * 4;
padding: ($spacer * 4 - $font-size-base) / 2;
padding: ($spacer * 4 - $font-size-base) / 2 0;
.container {
width: 100%;