Skip to content

Commit

Permalink
fix(css): post header margin on mobile
Browse files Browse the repository at this point in the history
.post-header was not using the `--gap` variable, so the overriding of this variable on mobile was not applied.
  • Loading branch information
David-Guillot committed Nov 12, 2024
1 parent 3e53621 commit 0252f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/common/post-single.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 0252f45

Please sign in to comment.