Skip to content

Instantly share code, notes, and snippets.

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