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;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user