Skip to content

Commit

Permalink
Corrige la marge sur la home "connectée"
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Apr 7, 2016
1 parent ee7feb9 commit 9942d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/pages/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ $content-width: 1145px;
&.connected {
// Rules to don't be hidden by the .home-search-box::before background-image
max-width: 740px;
margin: 0px auto;
margin: 15px auto 0;
}
}
}
Expand Down

0 comments on commit 9942d5f

Please sign in to comment.