mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-23 19:26:58 -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 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue