Last active
December 22, 2020 08:08
-
-
Save jupegarnica/8bad6588a2c4ce38273ad640307c1828 to your computer and use it in GitHub Desktop.
layout-full_height.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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