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;
min-height:100vh;
display: flex;
flex-direction: column;
}
header{
@@ -99,7 +101,7 @@ body{
}
main{
grid-row: 2;
flex-grow: 1;
}