format and improve bullet spacing

This commit is contained in:
Amolith 2023-08-16 13:32:55 -06:00
parent 8a5c41e732
commit 1de08d9c91
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 11 additions and 5 deletions

View File

@ -61,6 +61,12 @@ blockquote {
margin: 0;
}
}
.content > ul, #TableOfContents > ul, .content > ol, #TableOfContents > ol {
padding-left: 1em;
}
ul, ol > ul, ol {
padding-left: 1.1em;
}
hr {
margin: 15px 0;
border: 1px solid $dark;
@ -231,9 +237,9 @@ footer {
}
.tags {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 5px;
margin: 10px 0px 13px 0px !important;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 5px;
margin: 10px 0px 13px 0px !important;
}