Last active
September 10, 2017 12:01
-
-
Save mciastek/9c54c46eeb93171d1e1c1d0429054a53 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $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