fixed styles

This commit is contained in:
AmirReza Jamali
2025-10-28 17:16:27 +03:30
parent a93186a87f
commit 4ee77835a2
+1 -1
View File
@@ -89,7 +89,7 @@ export default function Home() {
/>
</div>
</section>
<section className="flex flex-col gap-6 bg-gradient-to-b from-[#011132] to-[#012B80] text-white rounded-[56px] relative py-13 px-14 -mt-36 z-20 md:grid lg:flex-row">
<section className="flex flex-col gap-6 bg-gradient-to-b from-[#011132] to-[#012B80] text-white rounded-[56px] relative py-13 px-14 -mt-36 z-20 md:grid lg:grid-cols-3 lg:flex-row">
{advItems.map((item) => (
<article
key={item.title}