Updating latest

This commit is contained in:
2020-05-29 03:58:33 +01:00
parent 373c1bb894
commit 9df9fb34e2
11 changed files with 1716 additions and 297 deletions

View File

@@ -1,16 +0,0 @@
html, body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
}
header, footer {
flex-shrink: 0;
}
main {
flex: 1 0 auto;
}