change height of teaser

This commit is contained in:
2026-05-06 19:26:49 +03:00
parent 376e9e7f28
commit bd461d5b69

View File

@@ -94,7 +94,7 @@ export default function TeaserCarousel() {
return ( return (
<div className="border-b-3 border-[#1F5673]"> <div className="border-b-3 border-[#1F5673]">
{/* Slides (fade transition + hero lift effect) */} {/* Slides (fade transition + hero lift effect) */}
<div className="relative h-182.25 overflow-hidden"> <div className="relative h-135 sm:h-140 md:h-160 lg:h-175 xl:h-155 2xl:h-165 overflow-hidden">
{slides.map((slide, i) => { {slides.map((slide, i) => {
const title = t(`${slide.key}.title`); const title = t(`${slide.key}.title`);
const description = t(`${slide.key}.description`); const description = t(`${slide.key}.description`);