[Mobile] Constants

Added constants to the
mobile one with device
height.
This commit is contained in:
Dave 2015-07-09 14:26:02 -07:00
parent 30a4f15330
commit 684a0e88a2

View File

@ -22,7 +22,13 @@
/************************** WINDOW DIMENSIONS FOR RWD */ /************************** WINDOW DIMENSIONS FOR RWD */
$phoMaxW: 514px; $phoMaxW: 514px;
$phoMaxH: 740px;
$tabMinW: 515px; $tabMinW: 515px;
$tabMinH: 741px;
$tabMaxW: 800px; $tabMaxW: 800px;
$compMinW: 801px; $tabMaxH: 1280px;
$compMinH: 1281px;
$compMinW: 801px;