Skip to content

Commit

Permalink
remove display: block; from paragraph styles (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbolt authored Oct 22, 2024
1 parent a2b01bb commit efcee79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bolt.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ html,
body {
margin: 0;
font-size: 12pt;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
color: var(--text);
background: var(--background-body);
}
Expand Down Expand Up @@ -198,7 +198,6 @@ li {
}

p {
display: block;
line-height: 1.6em;
}

Expand Down

0 comments on commit efcee79

Please sign in to comment.