Skip to content

Commit

Permalink
fix: ensuring that pages take up the entire height
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed Jun 17, 2020
1 parent 81ba13f commit d83aa51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
}

.main {
min-height: 100%;
display: grid;
grid-template-columns: 300px minmax(0, 1fr);
width: 100%;
Expand Down

0 comments on commit d83aa51

Please sign in to comment.