Skip to content

Instantly share code, notes, and snippets.

@jupegarnica
Last active December 22, 2020 08:08
Show Gist options
  • Save jupegarnica/8bad6588a2c4ce38273ad640307c1828 to your computer and use it in GitHub Desktop.
Save jupegarnica/8bad6588a2c4ce38273ad640307c1828 to your computer and use it in GitHub Desktop.
layout-full_height.scss
.main {
display: grid;
height: 100vh;
grid-template-rows: auto 1fr auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment