Set margin-bottom to 0 for list

The value should be set to a smaller one.
0em makes the visibility more comfortable and consistent with the text itself.
This commit is contained in:
leizhe
2021-09-11 20:45:36 +09:00
committed by Tienson Qin
parent 49ab36ce30
commit a993979ee0

View File

@@ -107,7 +107,7 @@
.block-body ul,
.block-body ol,
.block-body dl {
margin-bottom: 2em;
margin-bottom: 0em;
> li {
margin: 0;