feat: force full-screen
ensures we don't have odd centred things all the time
This commit is contained in:
parent
5976b6079a
commit
df4f7f8630
@ -18,6 +18,16 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
div#__nuxt {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
:root {
|
||||
--text-color: #243746;
|
||||
--bg: #f1e7d0;
|
||||
|
Loading…
Reference in New Issue
Block a user