mirror of
https://github.com/quantum5/qcal.git
synced 2025-04-24 17:51:57 -04:00
Fix weird footer padding issues
This commit is contained in:
parent
ab2bf71304
commit
868da9dac0
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue