Layout: Regression: fix blank space at bottom of short pages

This commit is contained in:
James Taylor 2019-08-23 14:55:09 -07:00
parent 85572c94de
commit 96b9a96a50

View File

@ -17,6 +17,8 @@ body{
background-color:#cccccc; background-color:#cccccc;
min-height:100vh; min-height:100vh;
display: flex;
flex-direction: column;
} }
header{ header{
@ -99,7 +101,7 @@ body{
} }
main{ main{
grid-row: 2; flex-grow: 1;
} }