Skip to content

Commit 2005666

Browse files
committed
remove display: block; from paragraph styles
1 parent a2b01bb commit 2005666

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bolt.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ html,
5656
body {
5757
margin: 0;
5858
font-size: 12pt;
59-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
60-
sans-serif;
59+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
60+
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
6161
color: var(--text);
6262
background: var(--background-body);
6363
}
@@ -198,7 +198,6 @@ li {
198198
}
199199

200200
p {
201-
display: block;
202201
line-height: 1.6em;
203202
}
204203

0 commit comments

Comments
 (0)