Skip to content

Commit 39ae288

Browse files
committed
Update CSS
1 parent abc985f commit 39ae288

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css/my.scss

+6-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,11 @@ $u: 12px;
114114
.List {
115115
list-style-type: disc;
116116
padding-left: 2*$u;
117-
}
117+
}
118+
.List-item {
119+
font-size: 18px;
120+
line-height: 1.6;
121+
}
118122

119123

120124
.MarkDown{
@@ -127,6 +131,7 @@ $u: 12px;
127131
p{@extend .Paragraph;}
128132
a{@extend .Link;}
129133
ul{@extend .List;}
134+
li{@extend .List-item;}
130135
hr{
131136
border: solid 1px $Gray--Line;
132137
border-bottom: none;

0 commit comments

Comments
 (0)