From f765f5f1f7f25ea5a80050250e24195d51028002 Mon Sep 17 00:00:00 2001 From: Florence Haudin Date: Thu, 2 Apr 2026 16:03:12 +0200 Subject: [PATCH] Improve fundable projects page. --- src/components/fundable/index.tsx | 2 +- src/components/fundable/styles.module.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/fundable/index.tsx b/src/components/fundable/index.tsx index 6f476425..274c8092 100644 --- a/src/components/fundable/index.tsx +++ b/src/components/fundable/index.tsx @@ -54,7 +54,7 @@ export default function FundableProjects() {
-
+
diff --git a/src/components/fundable/styles.module.css b/src/components/fundable/styles.module.css index f05e0044..a327b499 100644 --- a/src/components/fundable/styles.module.css +++ b/src/components/fundable/styles.module.css @@ -490,6 +490,10 @@ display: none; } + .main_area_desktop { + padding-left: 80px; + } + .small_input { width: 400px; height: 56px;