Skip to content

Instantly share code, notes, and snippets.

@bichotll
Created August 10, 2016 10:49
Show Gist options
  • Save bichotll/b2659db9234ee28c698b0f66d8f6c8b7 to your computer and use it in GitHub Desktop.
Save bichotll/b2659db9234ee28c698b0f66d8f6c8b7 to your computer and use it in GitHub Desktop.
Inner media on sass
.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