refactor(style): improve margins

This commit is contained in:
Price Hiller 2024-07-26 10:48:26 -05:00
parent 37393e115f
commit 4d6a97eb28
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -215,8 +215,8 @@ h5,
h6 {
line-height: 1.2;
font-family: sans-serif;
margin-top: 20px;
margin-bottom: 5px;
margin-top: 10px;
margin-bottom: 0px;
text-decoration: underline;
text-decoration-color: var(--boatYellow2);
}