Fix layout issue (specifically to disallow scrolling on mobile)

This commit is contained in:
Timothy Armes
2023-07-07 08:09:34 +02:00
parent 9f23d31872
commit ad618809f2
11 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default function Home() {
const t = useTranslations("Home");
return (
<header className="relative flex flex-1 items-center justify-center">
<header className="relative flex h-full items-center justify-center">
<div className="absolute h-full w-full brightness-[0.2]">
<Image
src={bgImage}