diff options
Diffstat (limited to 'src')
| -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" > |
