Add navigation structure.

This commit is contained in:
Patrick Jentsch
2019-07-04 14:59:23 +02:00
parent 05cbf1fed5
commit e127e1e5c4
4 changed files with 73 additions and 17 deletions

View File

@ -0,0 +1,9 @@
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}