change size

This commit is contained in:
2025-09-01 15:54:03 +02:00
parent 4a89f95b96
commit 1e51ca45dc
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ export function Hero3() {
id="section-1"
data-story-section
data-image="/images/hero_story1.jpg"
className="relative w-full overflow-hidden h-screen lg:h-auto mt-0"
className="relative w-full overflow-hidden h-[80vh] lg:h-auto mt-0"
>
{/* Background Image - stays for mobile, hidden on lg (sticky column takes over) */}
<img

View File

@@ -17,7 +17,7 @@ export function Hero4() {
id="section-2"
data-story-section
data-image="/images/hero_story2.jpg"
className="relative w-full overflow-hidden h-screen lg:h-auto mt-0"
className="relative w-full overflow-hidden h-[80vh] lg:h-auto mt-0"
>
<img
src="/images/hero_story2.jpg"

View File

@@ -8,7 +8,7 @@ export function Hero5() {
id="section-3"
data-story-section
data-image="/images/hero_story3.jpg"
className="relative w-full overflow-hidden h-screen lg:h-auto mt-0"
className="relative w-full overflow-hidden h-[80vh] cha lg:h-auto mt-0"
>
<img
src="/images/hero_story3.jpg"