From db766119b6da630a763b74ff044d1e7e3b373e79 Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Mon, 10 Mar 2025 16:25:02 +0100 Subject: [PATCH] fix button --- assets/css/hero.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index ef59d01..c5c139c 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -15,7 +15,7 @@ align-items: center; text-align: center; width: 100%; - height: 60vh; + height: 70vh; gap: 4rem; /* Space between items */ margin-bottom: auto; background: linear-gradient(to bottom right, #F9B208, #E72E77); @@ -33,7 +33,7 @@ } .hero-logo { - height: 11vh; + height: 15vh; margin-bottom: 3rem; } @@ -46,6 +46,7 @@ .hero-button { background-color: white; color: #E72E77; + width: 7vw; padding: 15px 30px; border: none; border-radius: 5px; @@ -67,7 +68,7 @@ display: flex; flex-direction: row; gap: 3rem; - width: 100%; + height: 45vh; align-items: center; }