diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-09 09:23:05 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-09 09:23:05 +0200 |
| commit | 67c04a24b11febe003f47f60feed1e0569dd2355 (patch) | |
| tree | 54d4dca2f008d5e52ec49f57c93455d6c0ccd8c1 | |
| parent | 293ca7a375b0aecaa91c4af1e1a8d9c072a3ca46 (diff) | |
Try to fix layout jump
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 9ea07e7..a4913c7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -49,7 +49,7 @@ const metadata = { <div class="min-h-screen flex flex-col items-center justify-center bg-gray-100 p-2" > - <div class="max-w-6xl w-full sm:p-8 p-2"> + <div class="max-w-6xl w-full sm:p-8 p-2 min-h-[800px]"> <h1 class="my-3 sm:my-1 text-center sm:text-left text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl" > |
