[Mobile] Resize

Resized the height of each
item in grid based on new
tablet/phone widths.
This commit is contained in:
Dave
2015-07-07 14:01:57 -07:00
parent 8a0b77ec5c
commit 1ddb00c8d6
3 changed files with 28 additions and 13 deletions

View File

@@ -34,8 +34,8 @@ $smallCr: 2px;
$badgeW: 35px;
/************************** WINDOW DIMENSIONS FOR RWD */
$phoMaxW: 400px;
$tabMinW: 401px;
$phoMaxW: 514px;
$tabMinW: 515px;
$tabMaxW: 800px;
$compMinW: 801px;
$compMinH: 1281px;

View File

@@ -97,6 +97,13 @@
}
}
.item-main {
@include phone {
display: none;
}
@include tablet {
display: none;
}
$h: $ueBrowseGridItemLg;
$lh: $h * 0.8;
//top: $ueBrowseGridItemTopBarH; bottom: $ueBrowseGridItemBottomBarH;