mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-04-28 13:37:52 -04: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,
|
.page-header,
|
||||||
.post-header {
|
.post-header {
|
||||||
margin: 24px auto var(--content-gap) auto;
|
margin: var(--gap) auto var(--content-gap) auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-title {
|
.post-title {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user