Skip to content

Instantly share code, notes, and snippets.

@ivanaugustobd
Created September 30, 2018 16:00
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 ivanaugustobd/ade812b3b7309c5f011405f3ec2ae935 to your computer and use it in GitHub Desktop.
Save ivanaugustobd/ade812b3b7309c5f011405f3ec2ae935 to your computer and use it in GitHub Desktop.
.header {
@media #{$mobile} {
grid-template-areas: 'logo cart' 'search search' 'links links' 'categories categories';
grid-template-columns: 1fr auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment