Skip to content

Commit

Permalink
Responsive query buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
wyppeter committed Oct 10, 2017
1 parent a17de70 commit 45e1bd7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/stylesheets/listingsstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,16 @@ mark {
-o-transition: all 0.15s linear;
transition: all 0.15s linear;
}
@media (max-width: 991px) and (min-width: 767px) {
.query-buttons {
clear: right;
}
}
@media (max-width: 550px) {
.query-buttons {
clear: right;
}
}
.filter-actions {
height: 37px;
}
Expand Down

0 comments on commit 45e1bd7

Please sign in to comment.