From 36e4db150d6eeeed5676672a771dec40f9e3f94c Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Dec 2023 07:32:09 -0800 Subject: [PATCH] chore: minor style tweaks --- src/assets/styles/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 6bab2ade..a2883207 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -853,7 +853,7 @@ article .now__section--header { .webmentions__wrapper { border-top: 1px solid var(--gray-200); margin-top: 1.5rem; - padding-top: 3rem; + padding-top: 2rem; } .webmentions__wrapper .interaction__wrapper.comments { @@ -938,7 +938,7 @@ article .now__section--header { .author__wrapper { margin-top: 3rem; padding-top: 3rem; - padding-bottom: 2rem; + padding-bottom: 1rem; border-top: 1px solid var(--gray-200); justify-content: space-between; }