We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc881dc commit a0e1c57Copy full SHA for a0e1c57
1 file changed
src/pages/index.astro
@@ -97,7 +97,7 @@ const structuredData = {
97
98
<main class="min-h-screen">
99
<!-- Hero Section -->
100
- <section class="relative overflow-hidden bg-gradient-to-br from-primary/5 via-base-100 to-secondary/5 py-16 sm:py-24">
+ <section class="relative overflow-hidden bg-gradient-to-br from-primary/5 via-base-100 to-secondary/5 min-h-[calc(100dvh-3.5rem)] flex items-center justify-center py-16 sm:py-24">
101
<div class="absolute inset-0 overflow-hidden">
102
<div class="absolute -top-40 -right-40 w-80 h-80 bg-primary/10 rounded-full blur-3xl"></div>
103
<div class="absolute -bottom-40 -left-40 w-80 h-80 bg-secondary/10 rounded-full blur-3xl"></div>
0 commit comments