fix(marketplace): Fix margin between divider and section on creators page (#9744)

- fix #8998 

Replace padding with margin top and update UI spacing from 32px to 25px
This commit is contained in:
Abhimanyu Yadav
2025-04-03 21:32:03 +05:30
committed by GitHub
parent 0fc423fd55
commit 4a82edb0c3

View File

@@ -45,9 +45,9 @@ export const AgentsSection: React.FC<AgentsSectionProps> = ({
};
return (
<div className="flex flex-col items-center justify-center py-4 lg:py-8">
<div className="flex flex-col items-center justify-center pb-4 lg:pb-8">
<div className="w-full max-w-[1360px]">
<div className="decoration-skip-ink-none mb-8 text-left font-poppins text-[18px] font-[600] leading-7 text-[#282828] underline-offset-[from-font] dark:text-neutral-200">
<div className="decoration-skip-ink-none mb-8 mt-[25px] text-left font-poppins text-[18px] font-[600] leading-7 text-[#282828] underline-offset-[from-font] dark:text-neutral-200">
{sectionTitle}
</div>
{!displayedAgents || displayedAgents.length === 0 ? (