Skip to content

Instantly share code, notes, and snippets.

@mciastek
Last active September 10, 2017 12:01
Show Gist options
  • Select an option

  • Save mciastek/9c54c46eeb93171d1e1c1d0429054a53 to your computer and use it in GitHub Desktop.

Select an option

Save mciastek/9c54c46eeb93171d1e1c1d0429054a53 to your computer and use it in GitHub Desktop.
$medium: 768px;
$screen-medium-wide: 'only screen and (min-width: #{$medium}) and (max-device-aspect-ratio: 9 / 16)';
@media #{$screen-medium-wide} {
body {
font-size: 20px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment