Skip to content

Commit 9ab2a6a

Browse files
yisaregoist
andauthored
fix: correct ul padding (#195)
* fix li style * list-outside is unnecessary Co-authored-by: Eren Bets <[email protected]>
1 parent ad7c6ed commit 9ab2a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/content.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
.content ul {
6161
@apply list-disc;
62-
@apply list-inside;
62+
margin-left: 1.25rem;
6363
}
6464

6565
.content blockquote {

0 commit comments

Comments
 (0)