[Mobile] Resize
Resized the height of each item in grid based on new tablet/phone widths.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -97,6 +97,13 @@
|
||||
}
|
||||
}
|
||||
.item-main {
|
||||
@include phone {
|
||||
display: none;
|
||||
}
|
||||
@include tablet {
|
||||
display: none;
|
||||
}
|
||||
|
||||
$h: $ueBrowseGridItemLg;
|
||||
$lh: $h * 0.8;
|
||||
//top: $ueBrowseGridItemTopBarH; bottom: $ueBrowseGridItemBottomBarH;
|
||||
|
||||
Reference in New Issue
Block a user