Skip to content

Commit

Permalink
style: improved margin for comment/footnote sections
Browse files Browse the repository at this point in the history
  • Loading branch information
kimminss0 committed Nov 5, 2024
1 parent 51d1fc8 commit 41438ee
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,22 @@ p {
margin-block-end: 0.5em;
}

.article-body {
margin-block-end: 6rem;
}

.footnotes {
margin-block-start: 6rem;
margin-block-end: -4rem;
}

.footnotes > hr {
margin-block-start: 4.5em;
margin-block-end: 2rem;
}

.comments > hr {
margin-block-start: 2rem;
margin-block-end: 6rem;
}

table {
Expand Down

0 comments on commit 41438ee

Please sign in to comment.