Skip to content

Commit a0e1c57

Browse files
committed
feat: adjust hero section styling for improved layout and responsiveness
1 parent bc881dc commit a0e1c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const structuredData = {
9797

9898
<main class="min-h-screen">
9999
<!-- 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">
100+
<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">
101101
<div class="absolute inset-0 overflow-hidden">
102102
<div class="absolute -top-40 -right-40 w-80 h-80 bg-primary/10 rounded-full blur-3xl"></div>
103103
<div class="absolute -bottom-40 -left-40 w-80 h-80 bg-secondary/10 rounded-full blur-3xl"></div>

0 commit comments

Comments
 (0)