From 744a7316c9ee4aa8aec28c101c21716c7fe79d61 Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Fri, 7 Mar 2025 07:30:39 +0100 Subject: [PATCH] background --- assets/css/hero.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 40de960..0f44ca7 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -10,7 +10,6 @@ padding-bottom: 80px; padding-left: 40px; padding-right: 40px; - background: linear-gradient(to bottom right, #F9B208, #E72E77); } .hero-first { @@ -22,6 +21,8 @@ max-width: 1200px; gap: 4rem; /* Space between items */ margin-bottom: 4rem; + background: linear-gradient(to bottom right, #F9B208, #E72E77); + } .hero-second { @@ -29,8 +30,7 @@ flex-direction: column; /* Stack elements vertically by default */ align-items: center; text-align: center; - width: 100%; - max-width: 1200px; + width: 70%; gap: 4rem; /* Space between items */ margin-bottom: 4rem; }