Skip to content

Commit

Permalink
Adjust paragraph margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Maspital committed Feb 21, 2024
1 parent c833a3c commit ad28729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ p {
line-height: 1.5;
margin: 1.875rem 0;
margin-block-start: 0.6rem;
margin-block-end: 0.6rem;
margin-block-end: 0.8rem;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
Expand Down Expand Up @@ -77,7 +77,7 @@ hr.small {
}
ul {
margin-block-start: 0.2em;
margin-block-end: 0.2em;
margin-block-end: 0.6em;
}

/* fix in-page anchors to not be behind fixed header */
Expand Down

0 comments on commit ad28729

Please sign in to comment.