From fe594c42694684493bf0ba533fc2be1a9af98616 Mon Sep 17 00:00:00 2001 From: scavin Date: Mon, 24 Mar 2025 10:39:49 +0800 Subject: [PATCH] Add margin-bottom to banner-box for better spacing --- common/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.scss b/common/common.scss index 8d791d3..fbab4c0 100644 --- a/common/common.scss +++ b/common/common.scss @@ -54,6 +54,7 @@ max-width: calc(100% - 16px); margin: 0 auto; margin-top: 20px; + margin-bottom: 20px; color: var(--banner-primary-text); position: relative; background-image: var(--banner-bg-img);