Change mobile layout for devices up to 400px wide

This commit is contained in:
Jonathan Wong 2015-09-05 18:08:21 -07:00
parent 423360e820
commit aaa1f0aa33

View file

@ -2331,7 +2331,7 @@ a .home-platforms-instance-list-oval:hover,
@media only screen
and (min-device-width: 300px)
and (max-device-width: 375px) {
and (max-device-width: 400px) {
.home-platforms-instance {
width: calc(100% - 20px);
}