[Mobile] Added Constants

Rixed mis-initialized desktop
constant
This commit is contained in:
Dave
2015-07-13 09:24:01 -07:00
parent 404d02ec23
commit 46d5a1431f
3 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ $desktopDevicePortrait: "(min-device-width: #{$compMinW}) and (min-device-height
$desktopDeviceLandscape: "(min-device-width: #{$compMinH}) and (min-device-height: #{$compMinW})";
$compWidth: "screen and #{$desktopDevicePortrait} and (orientation: portrait)";
$compHeight: "screen and #{$desktopDevicePortrait} and (orientation: landscape)";
$compHeight: "screen and #{$desktopDeviceLandscape} and (orientation: landscape)";
$leftPhone: $phoMaxW/2;
$leftTab: $tabMaxW/2;