mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Revert "fix : footer height increase for mobile devices"
This reverts commit f40842915e
.
This commit is contained in:
parent
c7b388346b
commit
ebbeca4ab4
@ -7,7 +7,7 @@
|
||||
.footer {
|
||||
max-width: calc(var(--main-width) + var(--gap) * 2);
|
||||
margin: auto;
|
||||
padding: calc((var(--footer-height) - (var(--gap)) - 10px) / 2) var(--gap);
|
||||
padding: calc((var(--footer-height) - var(--gap)) / 2) var(--gap);
|
||||
text-align: center;
|
||||
line-height: 24px
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user