mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
fix : footer height increase for mobile devices
ref : https://github.com/adityatelange/hugo-PaperMod/commit/467c27d5c213d8edfccfd3b3f4cf63f43fb18481#diff-bde622a6ece9e3a643d47d4d74cadaa1
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
max-width: calc(var(--main-width) + var(--gap) * 2);
|
max-width: calc(var(--main-width) + var(--gap) * 2);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding: calc((var(--footer-height) - var(--gap)) / 2) var(--gap);
|
padding: calc((var(--footer-height) - (var(--gap)) - 10px)/ 2) var(--gap);
|
||||||
color: var(--secondary);
|
color: var(--secondary);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user