From e30be0e534b5345f8e54e2f9a3b5032f2a756f04 Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 12:04:24 +0100 Subject: [PATCH] margins --- 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 2205f7e..c202db5 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -188,7 +188,7 @@ .hero-button-end:hover { background-color: #cd2c6c; - color: #E72E77; + color: white; } @@ -257,12 +257,13 @@ } .bloc-image { - margin-bottom: 2vh; + margin-bottom: 3vh; } .bloc-text { font-size: 1.8rem; box-shadow: none; + margin-bottom: 1vh; } .bloc-text h3 { @@ -271,6 +272,6 @@ } .hero-button-end { - margin-top: 20px; + margin-top: 30px; } } \ No newline at end of file