Skip to content

Instantly share code, notes, and snippets.

Created January 27, 2017 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/23e46ec600cc3ad656d46b39a57fb90f to your computer and use it in GitHub Desktop.
Save anonymous/23e46ec600cc3ad656d46b39a57fb90f to your computer and use it in GitHub Desktop.
@custom-media --medium-viewport (width >= 600px) and (width <= 1280px);
@media (--medium-viewport) {
.danger {
display: flex;
justify-content: space-around;
padding: 1rem;
background: teal;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment