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