From 8f91169d0c1540bd14a592d7e9b8089ab4eb0850 Mon Sep 17 00:00:00 2001 From: gabeszm Date: Thu, 16 Oct 2025 18:48:54 +0200 Subject: [PATCH] @media fix --- common/common.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 51a4578..faf8ae1 100644 --- a/common/common.scss +++ b/common/common.scss @@ -71,7 +71,15 @@ @media (max-width: 900px) { .hero-section { padding: 40px 20px; - margin-top: 40px; + } + .above-main-container-outlet { + margin-top: 0; + } + .welcome-card { + padding: 0; + } + .cta-card { + align-items: center; } }