Skip to content

Commit

Permalink
Update css
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram81 committed Aug 31, 2021
1 parent 45c23e3 commit b569e22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion frontend/src/css/modules/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -584,5 +584,10 @@ a.view-more {
}

#gsoc {
height: 45%;
height: 55%;
margin-left: 16.667%;
}

#aws {
margin-top: 2%;
}
2 changes: 1 addition & 1 deletion frontend/src/views/web/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h4 class="w-300 center">Sponsors</h4>
<img src="dist/images/sponsors/aws.png" id="aws">
</div>
</div>
<div class="col s12 m6 l6">
<div class="col s12 m4 l6">
<div class="evalai-sponsor-logo">
<img src="dist/images/sponsors/gsoc.png" id="gsoc">
</div>
Expand Down

0 comments on commit b569e22

Please sign in to comment.