Skip to content

Commit

Permalink
fix:horizontal scroll for community projects in homepage (#7553)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanchoudhary authored Apr 6, 2020
1 parent cc00525 commit 15589c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/home/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@
.projects {
width: 100vw;
margin: 0 calc((100% / 2) - 50vw);
padding: 40px 15px;
padding: 40px 0px;
}
.row {
margin-right: 0;
}
.projects .row {
padding: 50px 20px;
Expand Down

0 comments on commit 15589c9

Please sign in to comment.