From f914c99a57af06c9ff887ecc16a42f81b80a1bbd Mon Sep 17 00:00:00 2001 From: Rajveer Singh Date: Tue, 24 Dec 2024 13:20:12 +0530 Subject: [PATCH] added margin-top to hero section, to resolve overlap between hero-section and navbar --- scss/home.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/home.scss b/scss/home.scss index af8d80c..cff17d2 100644 --- a/scss/home.scss +++ b/scss/home.scss @@ -72,6 +72,7 @@ section#hero { align-items: center; justify-content: space-between; flex-flow: row nowrap; + margin-top: 10rem; div.content { width: 100%;