diff --git a/assets/css/hero.css b/assets/css/hero.css index 8eb7775..2a2dffa 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -19,6 +19,7 @@ height: 70vh; gap: 4rem; /* Space between items */ margin: auto; + margin-bottom: 4vh; background: linear-gradient(to bottom right, #F9B208, #E72E77); padding-right: 3vw; /* 40 px approx*/ padding-left: 3vw; @@ -35,7 +36,7 @@ } .hero-logo { - height: 15vh; + height: 130px; margin-bottom: 3rem; } @@ -48,7 +49,7 @@ .hero-button { background-color: white; color: #E72E77; - width: 7vw; + white-space: nowrap; padding: 15px 30px; border: none; border-radius: 5px;