Skip to content

Instantly share code, notes, and snippets.

@s-panferov
Created August 8, 2014 13:38
Show Gist options
  • Save s-panferov/cf79e7b04d986eb4f3b4 to your computer and use it in GitHub Desktop.
Save s-panferov/cf79e7b04d986eb4f3b4 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// 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;
}
}
}
@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