fixed styles
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user