Layout: Regression: fix blank space at bottom of short pages
This commit is contained in:
parent
85572c94de
commit
96b9a96a50
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user