Fixed background color for proyection section
This commit is contained in:
parent
748dc0cd17
commit
815f01500d
|
|
@ -9,7 +9,7 @@ const { bgColor, titleColor, textColor, title, text } = Astro.props;
|
||||||
|
|
||||||
<div class="container mx-auto">
|
<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="row-span-2 col-span-2 p-24 text-tertiary">
|
||||||
<div class="flex flex-col gap-5 md:text-lg">
|
<div class="flex flex-col gap-5 md:text-lg">
|
||||||
<h2 class="font-secondary text-5xl font-bold">{title}</h2>
|
<h2 class="font-secondary text-5xl font-bold">{title}</h2>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue