From a9b3b4e76542f317a96329dbb5430961cc35cfc3 Mon Sep 17 00:00:00 2001 From: Ruben Date: Tue, 21 Oct 2025 21:44:32 +0200 Subject: [PATCH] Remove commented article margin rule and apply to aside only --- custom/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/styles/base.css b/custom/styles/base.css index 565589b..35a217c 100644 --- a/custom/styles/base.css +++ b/custom/styles/base.css @@ -106,7 +106,7 @@ main { background-color: var(--color-green-light); padding-bottom: 2rem; - /*article, aside { margin-top: 1.3em }*/ + aside { margin-top: 1.3em } article { .intro { font-size: 1.2rem;