#app as flex

This commit is contained in:
2023-04-18 08:28:53 +10:00
parent e7d517f264
commit 84380bf333

View File

@@ -27,6 +27,12 @@ body {
overflow-x: hidden;
}
#app {
min-height: 100vh;
display: flex;
flex-direction: column;
}
header {
box-shadow: var(--base-shadow);
}