From 708c2c9e8658e87a896cd19f0f349a1f47cfae02 Mon Sep 17 00:00:00 2001 From: Grayash Date: Mon, 2 Sep 2024 01:07:38 +0900 Subject: [PATCH] Remove dvh height for mobile fixed height and screen size --- src/app/components/Backdrop.tsx | 2 +- src/app/components/Background.tsx | 2 +- src/app/components/HeroSection.tsx | 2 +- tailwind.config.ts | 15 --------------- 4 files changed, 3 insertions(+), 18 deletions(-) diff --git a/src/app/components/Backdrop.tsx b/src/app/components/Backdrop.tsx index 4391ee5..714bf48 100644 --- a/src/app/components/Backdrop.tsx +++ b/src/app/components/Backdrop.tsx @@ -12,7 +12,7 @@ export default function Backdrop({ children }: { children: React.ReactNode }) { <>
diff --git a/src/app/components/Background.tsx b/src/app/components/Background.tsx index e3178e5..68e977f 100644 --- a/src/app/components/Background.tsx +++ b/src/app/components/Background.tsx @@ -2,7 +2,7 @@ import Spline from "@splinetool/react-spline/next"; export default function Background() { return ( -
+
); diff --git a/src/app/components/HeroSection.tsx b/src/app/components/HeroSection.tsx index 71513e3..be78c8c 100644 --- a/src/app/components/HeroSection.tsx +++ b/src/app/components/HeroSection.tsx @@ -21,7 +21,7 @@ export default function HeroSection() { return (