fmt: tidied up a good chunk
This commit is contained in:
parent
d864a3bafd
commit
d97ecde7fc
10 changed files with 128 additions and 98 deletions
|
@ -60,16 +60,19 @@ html, body {
|
|||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
box-sizing: border-box;
|
||||
min-height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.page-header, .page-footer {
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.page-body {
|
||||
flex-grow: 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue