change smallest media query breakpoint to 700px

This commit is contained in:
Feross Aboukhadijeh
2016-03-08 14:03:12 -08:00
parent 19f796df03
commit e9218fa1f0

View File

@@ -276,7 +276,7 @@ body.drag .drop-target {
height: 120px;
}
@media only screen and (min-width: 600px) {
@media only screen and (min-width: 700px) {
.torrent, .drop-target {
height: 150px;
}