From ab588fd27bd1ea522ca238cbdc24fab75608ab96 Mon Sep 17 00:00:00 2001 From: anielsen99 Date: Tue, 21 Apr 2026 18:29:52 +0200 Subject: [PATCH] add border-radius to buttons --- parfum-shop/src/pages/LandingPage.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/parfum-shop/src/pages/LandingPage.css b/parfum-shop/src/pages/LandingPage.css index 3ca41e0..db51520 100644 --- a/parfum-shop/src/pages/LandingPage.css +++ b/parfum-shop/src/pages/LandingPage.css @@ -130,7 +130,7 @@ } .hero .btn { - border-radius: 0; + border-radius: 999px; } .btn:hover { @@ -436,8 +436,9 @@ width: 100%; max-width: 1300px; height: 340px; - border-radius: 20px; + border-radius: 0; overflow: hidden; + justify-self: end; } .discovery-banner img {