mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
map height fixed
This commit is contained in:
+3
-2
@@ -3,11 +3,12 @@ import Layout from "@/components/Layout";
|
||||
export default function Home() {
|
||||
return (
|
||||
<Layout>
|
||||
<header className="grid h-[calc(100%-64px)] place-items-center">
|
||||
<header className="grid h-[calc(100%-144px)] md:h-[calc(100%-112px)] place-items-center">
|
||||
<div className="relative h-full w-full bg-[url('/images/map-bg.jpg')] brightness-[0.2]"></div>
|
||||
<div className="absolute z-10">
|
||||
<div className="absolute">
|
||||
<h1>Heading 1</h1>
|
||||
<h2>Heading 2</h2>
|
||||
<h3>Heading 3</h3>
|
||||
</div>
|
||||
</header>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user