improve sublist

pull/5/head
Septs 2022-12-10 00:44:11 +08:00
parent 5e813c6e84
commit 5e76bdc77c
No known key found for this signature in database
GPG Key ID: 65144037AFA516E1
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@ main > .container {
display: inline-block; display: inline-block;
} }
} }
li > ul:last-child,
li > ol:last-child {
margin-top: 0.25em;
}
} }
.content.archives { .content.archives {