Skip to content

Commit

Permalink
Fix footer partners
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Mar 2, 2018
1 parent abf482e commit 1e29f2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/javascript/app/components/footer/footer-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
align-items: center;
justify-content: space-between;
padding-top: 40px;
padding-bottom: 40px;
padding-bottom: 10px;
}

.partnersContainer {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 85%;
justify-content: flex-start;
Expand All @@ -39,6 +40,7 @@
justify-content: flex-start;
align-items: center;
margin-right: $gutter-padding;
margin-bottom: $gutter-padding;
}

.logo {
Expand Down

0 comments on commit 1e29f2b

Please sign in to comment.