From c8c491e7ae238ff23e09a39ad88854fa68db9ec8 Mon Sep 17 00:00:00 2001 From: spaaaacccee Date: Mon, 20 May 2024 21:43:18 +1000 Subject: [PATCH] Slightly improve layout --- src/components/AppBar.tsx | 2 +- src/components/Hero.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AppBar.tsx b/src/components/AppBar.tsx index 0c199d7..9104f74 100644 --- a/src/components/AppBar.tsx +++ b/src/components/AppBar.tsx @@ -122,7 +122,7 @@ export function AppBar() { top: 0, left: 0, width: "100dvw", - height: "100dvh", + height: "100vh", borderRadius: 0, }} > diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 1397a93..37eb563 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -14,7 +14,7 @@ export function Hero() { alignItems="center" sx={{ maxWidth: "100dvw", - height: "80dvh", + height: "80svh", minHeight: 520, textAlign: "center", pt: 24,