Skip to content

Commit e2f805c

Browse files
authored
Merge pull request #692 from Rahulm2310/listfontsizefix
fixed the ordered list font size on p5-screen-reader page
2 parents 098fad5 + ab713b2 commit e2f805c

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
@@ -1717,6 +1717,10 @@ ul {
17171717
list-style: none;
17181718
}
17191719

1720+
ol {
1721+
font-size: 1.2em;
1722+
}
1723+
17201724
li {
17211725
margin: 0;
17221726
padding: 0;
@@ -1730,6 +1734,10 @@ ul.list_view {
17301734
font-size: 1.2em;
17311735
}
17321736

1737+
ol ul.list_view {
1738+
font-size: 1em;
1739+
}
1740+
17331741
ul.inside {
17341742
margin: 0 0 0 2em;
17351743
padding: 0;

0 commit comments

Comments
 (0)