fix(marketplace): Add 58px bottom padding to creator page agents section on large screens (#9738)

- fix #9000 

Currently, we have a 32px bottom padding on the Creator’s page on larger
screen. I have added an extra 58px to make it 90px.
This commit is contained in:
Abhimanyu Yadav
2025-04-03 21:33:50 +05:30
committed by abhi1992002
parent cf36dcabc2
commit a35ade8585

View File

@@ -77,7 +77,7 @@ export default async function Page({
<CreatorLinks links={creator.links} />
</div>
</div>
<div className="mt-8 sm:mt-12 md:mt-16">
<div className="mt-8 sm:mt-12 md:mt-16 lg:pb-[58px]">
<hr className="w-full bg-neutral-700" />
<AgentsSection
agents={creatorAgents.agents}