Skip to content

Commit f765f5f

Browse files
Improve fundable projects page.
1 parent 70c7069 commit f765f5f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/fundable/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function FundableProjects() {
5454
<div className={"col col--2" + " " + styles.menu_sidebar}>
5555
<MenuSidebar />
5656
</div>
57-
<div className={"col col--9 col--offset-1" + " " + styles.main_area_desktop} >
57+
<div className={"col col--10 col" + " " + styles.main_area_desktop} >
5858
<MainAreaFundableProjects />
5959
</div >
6060
<div className={"col col--12" + " " + styles.main_area_mobile} >

src/components/fundable/styles.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,10 @@
490490
display: none;
491491
}
492492

493+
.main_area_desktop {
494+
padding-left: 80px;
495+
}
496+
493497
.small_input {
494498
width: 400px;
495499
height: 56px;

0 commit comments

Comments
 (0)