fix(whyparents): revert section bg to transparent, keep card fill #fffdfa
Some checks are pending
CI / Type Check (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Waiting to run
Deploy / Build & Push Image (push) Waiting to run
Deploy / Deploy to VPS (push) Blocked by required conditions

This commit is contained in:
Vadym Samoilenko 2026-05-11 16:19:39 +01:00
parent d620ad45a4
commit b93317e5ff

View file

@ -115,7 +115,7 @@ export function WhyParents({ items, sideGallery, title }: WhyParentsProps) {
}, [])
return (
<section className="bg-[#fffdfa] py-[20px] md:py-[60px] lg:py-[40px]">
<section className="py-[20px] md:py-[60px] lg:py-[40px]">
<div className="mx-auto max-w-[1204px] px-8">
<h2
className="mb-[40px] text-[24px] font-bold text-[#272727] uppercase md:mb-[60px] md:text-[32px]"