diff options
Diffstat (limited to 'src/pages')
| -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 7e40a23..619c5f4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -67,7 +67,7 @@ const faqJsonLd = { </head> <body> <div - class="min-h-screen flex flex-col items-center justify-center bg-gray-100 p-2" + class="min-h-screen flex flex-col items-center justify-center bg-gradient-to-br from-blue-50 to-indigo-100 p-2" > <div class="max-w-6xl w-full sm:p-8 p-2 min-h-[800px]"> <h1 |
