adjust first-entry ul/ol margin

This commit is contained in:
Reorx 2022-09-07 22:30:07 +08:00
parent ce0c027304
commit cd3b278265
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ mark {
.first-entry .entry-content p { .first-entry .entry-content p {
margin-bottom: .8em; margin-bottom: .8em;
} }
.first-entry .entry-content ul,
.first-entry .entry-content ol {
margin: .8em 0;
}
.first-entry .entry-content li p { .first-entry .entry-content li p {
margin-bottom: .5em; margin-bottom: .5em;
} }