Fix section sizes

This commit is contained in:
Rene Arumetsa
2026-04-30 15:56:09 +03:00
parent 74eee5a30d
commit 0b6d2ce661
3 changed files with 7 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ export default function TeaserCarousel() {
return (
<div className="border-b-3 border-[#1F5673]">
{/* Card */}
<div className="relative min-h-[400px] overflow-hidden">
<div className="relative h-[729px] overflow-hidden">
{/* Background image */}
<Image
src={slide.image}
@@ -43,7 +43,7 @@ export default function TeaserCarousel() {
<div className="absolute inset-0 bg-[#0E0F19]/70" />
{/* Content grid */}
<div className="relative grid grid-cols-1 md:grid-cols-[1fr_1fr] min-h-[400px]">
<div className="relative grid grid-cols-1 md:grid-cols-[1fr_1fr] h-full">
{/* Left: text */}
<div className="flex flex-col justify-between gap-4 px-8 py-8 md:px-12 md:py-10">
<div className="flex flex-col gap-3">