mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-31 14:58:23 -04:00
Revert "fix : footer height increase for mobile devices"
This reverts commit f40842915e
.
This commit is contained in:
parent
c7b388346b
commit
ebbeca4ab4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
.footer {
|
.footer {
|
||||||
max-width: calc(var(--main-width) + var(--gap) * 2);
|
max-width: calc(var(--main-width) + var(--gap) * 2);
|
||||||
margin: auto;
|
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;
|
text-align: center;
|
||||||
line-height: 24px
|
line-height: 24px
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue