Use a base page layout that permits better footers

This commit is contained in:
Tristan Daniël Maat 2022-07-30 17:51:20 +01:00
parent 7b69e9ad9f
commit 9353b2ff1f
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 109 additions and 135 deletions
src/lib/scss

View file

@ -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 {