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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user