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);