Use a base page layout that permits better footers
This commit is contained in:
parent
7b69e9ad9f
commit
9353b2ff1f
4 changed files with 109 additions and 135 deletions
src/lib/scss
|
@ -1,9 +1,10 @@
|
|||
@import "./_custom-bulma";
|
||||
@import "./_typed";
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
#typed-welcome {
|
||||
|
|
Reference in a new issue