Skip to content

Commit f1cd4ef

Browse files
committed
blog: margin-top: 2.5rem
1 parent a9972ee commit f1cd4ef

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

_sass/_base.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,13 @@ footer.sticky-bottom {
546546
}
547547
}
548548

549+
.post-content {
550+
h2 {
551+
margin-top: 2.5rem;
552+
margin-bottom: 1rem;
553+
}
554+
}
555+
549556
.post-list {
550557
margin: 0;
551558
margin-bottom: 40px;

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
bundler
2626
jekyll
2727
pythonEnv
28+
git
2829
# Add any other dependencies you might need
2930
];
3031

0 commit comments

Comments
 (0)