From 4d6a97eb28501a257f8e35258519ad55df9e5cc0 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 26 Jul 2024 10:48:26 -0500 Subject: [PATCH] refactor(style): improve margins --- assets/style/article.css | 4 ++-- assets/style/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/style/article.css b/assets/style/article.css index 69761da..10145d8 100644 --- a/assets/style/article.css +++ b/assets/style/article.css @@ -13,8 +13,8 @@ article > blockquote { article > p { padding: 0; - margin-top: .4rem; - margin-bottom: .4rem; + margin-top: .9rem; + margin-bottom: .9rem; } .article-name { diff --git a/assets/style/style.css b/assets/style/style.css index 743e8ff..a7a7a4f 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -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); }