This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@warn"Your grid MUST be based on ems to scale for smaller tablets properly."
@else
// Standard 7" 1024x600 tablet
@mediaalland (device-width: 1024px) and (max-device-height: 600px) and (orientation: landscape), alland (device-width: 600px) and (max-device-height: 1024px) and (orientation: portrait)
html.touch
font-size: $base-size* $tab7-vertual-resolution
// 1024x600 tablet with virtual resolution (Original Galaxy Tab)
@mediaalland (device-width: 683px) and (max-device-height: 400px) and (orientation: landscape), alland (device-width: 400px) and (max-device-height: 683px) and (orientation: portrait)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters