Skip to content

Commit

Permalink
increase padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Dec 16, 2024
1 parent 2de5e3d commit 9f9dca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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 md:pb-16">
<hr className="w-full bg-neutral-700" />
<AgentsSection
agents={creatorAgents.agents}
Expand Down

0 comments on commit 9f9dca7

Please sign in to comment.