diff --git a/src/styles/app.scss b/src/styles/app.scss index d02308f3..276c43dd 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -522,12 +522,13 @@ figcaption { } } -#app { - display: flex; +/* stylelint-disable-next-line */ +astro-island { + display: flex !important; flex-direction: column; align-content: space-between; justify-content: space-between; - min-height: 100%; + min-height: 100vh; } .main-content {