We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c7069 commit f765f5fCopy full SHA for f765f5f
src/components/fundable/index.tsx
@@ -54,7 +54,7 @@ export default function FundableProjects() {
54
<div className={"col col--2" + " " + styles.menu_sidebar}>
55
<MenuSidebar />
56
</div>
57
- <div className={"col col--9 col--offset-1" + " " + styles.main_area_desktop} >
+ <div className={"col col--10 col" + " " + styles.main_area_desktop} >
58
<MainAreaFundableProjects />
59
</div >
60
<div className={"col col--12" + " " + styles.main_area_mobile} >
src/components/fundable/styles.module.css
@@ -490,6 +490,10 @@
490
display: none;
491
}
492
493
+ .main_area_desktop {
494
+ padding-left: 80px;
495
+ }
496
+
497
.small_input {
498
width: 400px;
499
height: 56px;
0 commit comments