refactor(style): improve margin handling around paragraph elements

This commit is contained in:
Price Hiller 2023-12-14 16:32:31 -06:00
parent 93ce6d5722
commit f35df7a613
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 2 additions and 7 deletions

View File

@ -13,7 +13,8 @@ article > blockquote {
article > p { article > p {
padding: 0; padding: 0;
margin-top: 0; margin-top: .4rem;
margin-bottom: .4rem;
} }
.article-name { .article-name {

View File

@ -322,12 +322,6 @@ pre > code {
display: block; display: block;
} }
ul,
ol,
dl {
margin: 0;
}
dt { dt {
display: list-item; display: list-item;
list-style-type: disc; list-style-type: disc;