Skip to content

Instantly share code, notes, and snippets.

@frippz
Created February 6, 2017 12:49
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 frippz/77e598e897b8b3219d0231b393ce23ca to your computer and use it in GitHub Desktop.
Save frippz/77e598e897b8b3219d0231b393ce23ca to your computer and use it in GitHub Desktop.
@media screen {
.cell {
outline: 1px solid green;
}
.cell-group {
outline: 1px solid red;
}
.cell:nth-child(2) {
margin-top: 0;
}
}
/* END @media screen */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment