Fixed background color for proyection section

This commit is contained in:
Julio Ruiz 2026-02-11 23:22:08 -05:00
parent 748dc0cd17
commit 815f01500d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const { bgColor, titleColor, textColor, title, text } = Astro.props;
<div class="container mx-auto">
<div class="grid grid-cols-3 bg-red-100 w-full">
<div class="grid grid-cols-3 bg-white w-full">
<div class="row-span-2 col-span-2 p-24 text-tertiary">
<div class="flex flex-col gap-5 md:text-lg">
<h2 class="font-secondary text-5xl font-bold">{title}</h2>