From fbb6670035fd0a3ab8d282d4616e7b6040f253cc Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 31 Dec 2023 13:51:05 -0800 Subject: [PATCH] fix: more styles --- src/assets/styles/index.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 7c90d2e3..8681b0f3 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -253,7 +253,7 @@ article { .now__topper h2 { font-size: var(--font-size-xl); line-height: 0; - margin-top: .5rem; + margin-top: 1rem; margin-bottom: 1rem; } @@ -709,10 +709,6 @@ article .now__section--header { margin-bottom: 1rem; } -.now__section--header:first-of-type { - margin-top: 0; -} - .now__explainer { font-size: var(--font-size-xs); line-height: var(--line-height-xs);