mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Fix layout issue (specifically to disallow scrolling on mobile)
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user