Skip to content

Instantly share code, notes, and snippets.

@Matus-Stastny
Last active July 9, 2018 12:07
Show Gist options
  • Save Matus-Stastny/b14ed2b223438529b70466b7beec0aa2 to your computer and use it in GitHub Desktop.
Save Matus-Stastny/b14ed2b223438529b70466b7beec0aa2 to your computer and use it in GitHub Desktop.
.container {
display: grid;
min-height: 100vh;
grid-template-columns: minmax(auto, 200px) 1fr minmax(auto, 200px);
grid-template-rows: minmax(auto, 50px) 1fr minmax(auto, 50px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment