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;