[Mobile] Device

Removes desktop mixin settings
that do not use device width and
height.
This commit is contained in:
Dave
2015-07-10 11:36:45 -07:00
parent 5c99e469d5
commit 9caa603a65
3 changed files with 4 additions and 6 deletions

View File

@@ -357,7 +357,7 @@
.items-holder .item.grid-item {
width: 100%;
height: 100px; } }
@media screen and (min-width: 801px) and (orientation: portrait), screen and (min-device-width: 801px) and (orientation: portrait), screen and (min-width: 1025px) and (orientation: landscape), screen and (min-device-width: 1025px) and (orientation: landscape) {
@media screen and (min-device-width: 801px) and (orientation: portrait), screen and (min-device-width: 1025px) and (orientation: landscape) {
/* line 24, ../sass/mobile/_item.scss */
.items-holder .item.grid-item {
width: 200px;