Created
August 10, 2016 10:49
-
-
Save bichotll/b2659db9234ee28c698b0f66d8f6c8b7 to your computer and use it in GitHub Desktop.
Inner media on sass
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
.star { | |
font-size: 28px; | |
margin-left: 2px; | |
color: #E3E5E7; | |
@media screen and (min-width: 768px) { | |
width: 900px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment