Make hero banner 10% taller

Increased hero section height:
- Mobile: 51vh → 56vh (10% increase)
- Desktop: 55vh → 61vh (11% increase)

Provides more visual impact and breathing room for featured content.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-03 00:43:41 +00:00
parent 8260908024
commit 439bc792a3

View File

@@ -84,7 +84,7 @@
</header> </header>
<!-- Hero / Featured Content --> <!-- Hero / Featured Content -->
<section class="relative h-[51vh] md:h-[55vh] overflow-hidden"> <section class="relative h-[56vh] md:h-[61vh] overflow-hidden">
<!-- Background Image --> <!-- Background Image -->
<div class="absolute inset-0"> <div class="absolute inset-0">
<img <img