Skip to content

Commit

Permalink
style: increase the gap between of content and ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 26, 2023
1 parent 46da409 commit 3bcfb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/hb/modules/blog/scss/post/_main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.hb-blog-post {
display: grid;
grid-gap: .5rem;
grid-gap: 1rem;
grid-template-areas:
"intro"
"toc"
Expand Down

0 comments on commit 3bcfb29

Please sign in to comment.