Skip to content

Instantly share code, notes, and snippets.

@Matus-Stastny
Last active July 9, 2018 12:07
Show Gist options
  • Save Matus-Stastny/a178ac4cfa371c90b5e931886795c66d to your computer and use it in GitHub Desktop.
Save Matus-Stastny/a178ac4cfa371c90b5e931886795c66d to your computer and use it in GitHub Desktop.
@media (max-width: 500px) {
.container {
grid-template-columns: 1fr;
grid-template-rows: auto auto 1fr auto auto;
grid-template-areas:
'header'
'nav'
'content'
'side-bar'
'footer';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment