Skip to content

Commit

Permalink
media query fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Jaunet committed Aug 3, 2019
1 parent 355f5c3 commit eb3be1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/skeleton.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
}

/* For devices larger than 550px */
@media (min-width: 550px) {
@media (min-width: 50px) {
.container {
width: 95%;
width: 90%;
}

.column,
Expand Down

0 comments on commit eb3be1c

Please sign in to comment.