mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-01-11 14:03:19 -05:00
fix(css): post header margin on mobile
.post-header was not using the `--gap` variable, so the overriding of this variable on mobile was not applied.
This commit is contained in:
parent
3e53621007
commit
0252f45cb4
@ -1,6 +1,6 @@
|
||||
.page-header,
|
||||
.post-header {
|
||||
margin: 24px auto var(--content-gap) auto;
|
||||
margin: var(--gap) auto var(--content-gap) auto;
|
||||
}
|
||||
|
||||
.post-title {
|
||||
|
Loading…
Reference in New Issue
Block a user