Skip to content

Commit

Permalink
Break gallery's two-columns layout at smaller size
Browse files Browse the repository at this point in the history
  • Loading branch information
solarsailer committed Aug 14, 2018
1 parent 52e9cee commit 44e2eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ a:hover {
display: flex;
}

@media (min-width: 800px) {
@media (min-width: 500px) {
.gallery__item {
width: 50%;
}
Expand Down

0 comments on commit 44e2eec

Please sign in to comment.