mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Fix extra padding in footer 70px -> 60px
- because of var(--gap) decrease - calc 10px less for mobile padding (24px - 14px = 10px)
This commit is contained in:
parent
6b55df1089
commit
726894ba29
@ -22,6 +22,11 @@
|
||||
.archive-year {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* footer */
|
||||
.footer {
|
||||
padding: calc((var(--footer-height) - var(--gap) - 10px) / 2) var(--gap);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
|
Loading…
Reference in New Issue
Block a user