Skip to content

Commit ab713b2

Browse files
authored
fixed the list items font size
1 parent 58de9ca commit ab713b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/assets/css/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,10 @@ ul {
17021702
list-style: none;
17031703
}
17041704

1705+
ol {
1706+
font-size: 1.2em;
1707+
}
1708+
17051709
li {
17061710
margin: 0;
17071711
padding: 0;
@@ -1715,6 +1719,10 @@ ul.list_view {
17151719
font-size: 1.2em;
17161720
}
17171721

1722+
ol ul.list_view {
1723+
font-size: 1em;
1724+
}
1725+
17181726
ul.inside {
17191727
margin: 0 0 0 2em;
17201728
padding: 0;

0 commit comments

Comments
 (0)