From 64a115f5a8578a08fda7f2df571ba3005d5713bf Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 31 Dec 2023 15:00:22 -0800 Subject: [PATCH] chore: now page layout --- src/assets/styles/index.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 22529e16..6e3da6c5 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -704,15 +704,16 @@ ol li { width: 1.25rem; } -.now__section--header:first-of-type { - margin-top: 0; -} - .now__section--header, article .now__section--header { + margin-top: 2rem; 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);