Skip to content

Commit cb7a2e4

Browse files
committed
Give lists and code tags less spacing
1 parent 145ed92 commit cb7a2e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/styles/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ code {
187187
font-size: 16px;
188188
display: inline-block;
189189
background-color: var(--white);
190-
padding: 1px 10px;
190+
padding: 1px 7px;
191191
border-radius: 10px;
192192
vertical-align: bottom;
193193
}
@@ -219,6 +219,7 @@ pre code {
219219
ol,
220220
ul {
221221
padding: 20px;
222+
margin: 0;
222223
}
223224

224225
li {
@@ -227,7 +228,7 @@ li {
227228
}
228229

229230
li + li {
230-
margin-top: 20px;
231+
margin-top: 13px;
231232
}
232233

233234
/* Layout */

0 commit comments

Comments
 (0)