修改了列表行高,看起来更舒服。

This commit is contained in:
2022-07-16 17:20:49 +08:00
parent dbd78621ec
commit 04e8eb5278
+4 -1
View File
@@ -28,6 +28,9 @@
ol{ ol{
margin-left:2em; margin-left:2em;
} }
li{ ol > li{
line-height: 1.8;
}
ul > li{
line-height: 1.8; line-height: 1.8;
} }