Skip to content

Commit 9cd0971

Browse files
committed
fix: add padding and margin styles for list elements to improve layout
1 parent bbaba3c commit 9cd0971

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dist/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@
115115
font-weight: 300;
116116
}
117117

118+
ul {
119+
padding-left: 1.25em;
120+
li + li {
121+
margin-top: 0.25em;
122+
}
123+
}
124+
118125
pre code.hljs {
119126
background: var(--cbgc);
120127
scrollbar-width: thin;

0 commit comments

Comments
 (0)