From 823bc141cc422be5acc692fef1cebf3cc0721ac3 Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Thu, 4 Jul 2024 10:54:09 +0300 Subject: [PATCH] fix: responsiveness and image border radius --- apps/web/app/(landing)/Hero.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/apps/web/app/(landing)/Hero.tsx b/apps/web/app/(landing)/Hero.tsx index 4a0529aa..c81e1963 100644 --- a/apps/web/app/(landing)/Hero.tsx +++ b/apps/web/app/(landing)/Hero.tsx @@ -53,7 +53,7 @@ function Hero() { It's free. Sign up now
@@ -72,13 +72,9 @@ function Hero() { }} src="/images/landing-hero.jpeg" alt="Landing page background" - width={1512} - height={1405} draggable="false" - className="z-40 md:mt-[-40px] hidden sm:block h-full max-w-[70vw] mx-auto md:w-full select-none px-5 rounded-2xl" - style={{ - borderRadius: "20px", - }} + className="z-40 md:mt-[-40px] hidden sm:block h-full max-w-[70vw] mx-auto md:w-full select-none rounded-2xl" + />