Created
August 8, 2014 13:38
-
-
Save s-panferov/cf79e7b04d986eb4f3b4 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.0.rc.1) | |
// ---- | |
@media mobile { | |
@media(min-aspect-ratio: 8/5){ | |
.b-bg_logo{ | |
width: 18vh; | |
height: 6vh; | |
} | |
} | |
} |
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
@media mobile and (min-aspect-ratio: 8 / 5) { | |
.b-bg_logo { | |
width: 18vh; | |
height: 6vh; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment