feat: force full-screen

ensures we don't have odd centred things all the time
This commit is contained in:
eggy 2023-05-23 16:53:24 -04:00
parent 5976b6079a
commit df4f7f8630

View File

@ -18,6 +18,16 @@
position: relative; position: relative;
} }
html,
body,
div#__nuxt {
height: 100%;
}
main {
flex-grow: 1;
}
:root { :root {
--text-color: #243746; --text-color: #243746;
--bg: #f1e7d0; --bg: #f1e7d0;