mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
Add 60px margin bottom to AgentsSection component
This commit is contained in:
@@ -45,7 +45,7 @@ export const AgentsSection: React.FC<AgentsSectionProps> = ({
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="flex flex-col items-center justify-center pb-4 lg:pb-8">
|
||||
<div className="mb-4 flex flex-col items-center justify-center lg:mb-[60px]">
|
||||
<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">
|
||||
{sectionTitle}
|
||||
|
||||
Reference in New Issue
Block a user