From 88b589db34fbdb071b606ab9134be3704920bb5c Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 10:44:55 +0100 Subject: [PATCH] bg --- assets/css/hero.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 0364435..0240fe0 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -7,6 +7,7 @@ justify-content: space-between; flex-direction: column; align-items: center; + background: linear-gradient(to bottom right, #F9B208, #E72E77); } .hero-first { @@ -20,7 +21,7 @@ gap: 4rem; /* Space between items */ margin: auto; /* margin-bottom: 4vh; */ - background: linear-gradient(to bottom right, #F9B208, #E72E77); + /* background: linear-gradient(to bottom right, #F9B208, #E72E77); */ padding-right: 3vw; /* 40 px approx*/ padding-left: 3vw; } @@ -100,7 +101,7 @@ gap: 2rem; /* Space between items */ margin-bottom: 4rem; padding-top: 4vh; - background: linear-gradient(to bottom left, #E72E77, #F9B208); + /* background: linear-gradient(to bottom left, #E72E77, #F9B208); */ }