diff --git a/assets/css/hero.css b/assets/css/hero.css index 7d873cb..89e3b04 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -7,8 +7,6 @@ justify-content: space-between; flex-direction: column; align-items: center; - padding-top: 60px; - padding-bottom: 80px; } .hero-first { @@ -21,8 +19,10 @@ gap: 4rem; /* Space between items */ margin-bottom: 4rem; background: linear-gradient(to bottom right, #F9B208, #E72E77); - /* padding-right: 40px; */ - /* padding-left: 40px; */ + padding-top: 60px; + padding-bottom: 80px; + padding-right: 40px; + padding-left: 40px; } .hero-second {