Skip to content

Commit

Permalink
fix: remove awkward footer margin
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Feb 11, 2024
1 parent 94a1e30 commit 03c5169
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/docs/scss/custom/structure/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ a {
}
p {
line-height: 1.6;
}
#content p {
margin-top: 1.25rem; /* custom rule */
margin-bottom: 1.25rem; /* custom rule */
}
Expand Down

0 comments on commit 03c5169

Please sign in to comment.