Skip to content

Commit

Permalink
Actually fix small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed May 29, 2015
1 parent cb52007 commit ec0a38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#carousel .slide.row {
max-width: initial;
}
@media (min-width: 700px) {
@media (min-width: 1400px) {
#carousel .slide.row {
margin: 0 calc(50% - 700px);
}
Expand Down

0 comments on commit ec0a38a

Please sign in to comment.