Skip to content

Commit b7840a3

Browse files
committed
Add general indentation for bullet points
1 parent eea8aba commit b7840a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

styles/_markdown.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020

2121
.md-ul > .md-li p::before {
2222
content: "•";
23-
@apply inline-block w-4 -ml-4 pr-2;
23+
@apply inline-block w-5 -ml-5 pr-2;
24+
}
25+
26+
.md-li > p {
27+
@apply ml-5
2428
}
2529

2630
.md-p + .md-p {

0 commit comments

Comments
 (0)