Add a simple stylesheet which gives the layout sticky footers, so that short pages don't look bad

This commit is contained in:
Danielle McLean 2017-10-02 22:45:20 +11:00
parent 096df9a550
commit 2d853f9fab
Signed by: 00dani
GPG key ID: 3844A6973C6058F1

View file

@ -0,0 +1,6 @@
body
display: flex
flex-direction: column
min-height: 100vh
> main
flex: 1