mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-21 04:57:58 -05:00
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:
committed by
abhi1992002
parent
cf36dcabc2
commit
a35ade8585
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user