Improve list and paragraph style

This commit is contained in:
the1812 2022-05-21 19:10:52 +08:00
parent 5c1b3397d7
commit d4a14ec0ab

View File

@ -12,6 +12,7 @@
ul, ul,
ol { ol {
padding-left: 16px; padding-left: 16px;
margin: 0;
li { li {
line-height: 1.75; line-height: 1.75;
} }
@ -29,6 +30,9 @@
> p { > p {
line-height: 1.75; line-height: 1.75;
} }
p + p {
margin-top: 8px;
}
pre { pre {
white-space: pre-wrap; white-space: pre-wrap;
} }