From a35ade858545865ceedba1c7cfdf8b9c19bf82eb Mon Sep 17 00:00:00 2001 From: Abhimanyu Yadav <122007096+Abhi1992002@users.noreply.github.com> Date: Thu, 3 Apr 2025 21:33:50 +0530 Subject: [PATCH] fix(marketplace): Add 58px bottom padding to creator page agents section on large screens (#9738) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. --- .../frontend/src/app/marketplace/creator/[creator]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpt_platform/frontend/src/app/marketplace/creator/[creator]/page.tsx b/autogpt_platform/frontend/src/app/marketplace/creator/[creator]/page.tsx index 904f02b93f..7dec9660ac 100644 --- a/autogpt_platform/frontend/src/app/marketplace/creator/[creator]/page.tsx +++ b/autogpt_platform/frontend/src/app/marketplace/creator/[creator]/page.tsx @@ -77,7 +77,7 @@ export default async function Page({ -
+