From e46a1e5e9c01725f3cb01f4a5b7bdfa417ed4811 Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 11:23:11 +0100 Subject: [PATCH] gradient --- assets/css/hero.css | 8 +++----- partials/components/hero.hbs | 4 +--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 0ef01c0..6715199 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -7,7 +7,7 @@ justify-content: space-between; flex-direction: column; align-items: center; - background: linear-gradient(to bottom, #F9B208, #ed5c51); + background: linear-gradient(to bottom right, #F9B208, #ed5c51); } .hero-first { @@ -165,15 +165,13 @@ } /* Button at the end of the hero-second */ + .hero-button-end { display: flex; justify-content: center; padding: 40px 0; background-color: white; color: #E72E77; -} - -.hero-button-end a { padding: 20px 40px; font-size: 1.6rem; font-weight: bold; @@ -182,7 +180,7 @@ transition: background-color 0.3s; } -.hero-button-end a:hover { +.hero-second button:hover { background-color: linear-gradient(to bottom right, #F9B208, #E72E77); } diff --git a/partials/components/hero.hbs b/partials/components/hero.hbs index c661554..228becc 100644 --- a/partials/components/hero.hbs +++ b/partials/components/hero.hbs @@ -90,8 +90,6 @@ -
- Get Started Now -
+