Last active
November 2, 2017 02:00
-
-
Save danbru1989/440a75f36c31d81e62a71976674ba21c to your computer and use it in GitHub Desktop.
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
.container { | |
background: blue; | |
text-align: center; | |
font-size: 1.6rem; | |
@include mq(xl) {font-size: 2rem;} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment