From f83ed8a616ec6788650cd1274a863db1bccb4e0e Mon Sep 17 00:00:00 2001 From: gabeszm Date: Thu, 16 Oct 2025 17:39:06 +0200 Subject: [PATCH] Add top margin to above-main-container-outlet position - Add 2em margin-top to .above-main-container-outlet - Provides spacing between navigation and banner - Only affects above_content position, not below_header --- common/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/common.scss b/common/common.scss index bd3abed..da09167 100644 --- a/common/common.scss +++ b/common/common.scss @@ -20,6 +20,10 @@ display: block; } + .above-main-container-outlet { + margin-top: 2em; + } + @media (min-width: 800px) { .welcome-card { max-width: 1500px;