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