Skip to content

Commit 14cdf5f

Browse files
authored
Change ul and ol
1 parent ebcf811 commit 14cdf5f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

assets/css/main.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,16 @@
2626
line-height: 1;
2727
}
2828

29-
ol, ul {
29+
ol {
3030
list-style: none;
31+
padding: 0;
32+
margin: 30px;
33+
}
34+
35+
ul {
36+
list-style: none; /* Remove list bullets */
37+
padding: 0;
38+
margin: 30px;
3139
}
3240

3341
blockquote, q {
@@ -2558,4 +2566,4 @@
25582566
margin-top: 0;
25592567
}
25602568

2561-
}
2569+
}

0 commit comments

Comments
 (0)