Add a simple stylesheet which gives the layout sticky footers, so that short pages don't look bad
This commit is contained in:
parent
096df9a550
commit
2d853f9fab
1 changed files with 6 additions and 0 deletions
6
templates/default-layout.cassius
Normal file
6
templates/default-layout.cassius
Normal file
|
@ -0,0 +1,6 @@
|
|||
body
|
||||
display: flex
|
||||
flex-direction: column
|
||||
min-height: 100vh
|
||||
> main
|
||||
flex: 1
|
Loading…
Reference in a new issue