Fixed sticky footer

This commit is contained in:
kvakazyambra 2022-10-05 23:04:48 +03:00
parent f62b4ca7fb
commit 1fa7b302d6

View File

@ -522,12 +522,13 @@ figcaption {
} }
} }
#app { /* stylelint-disable-next-line */
display: flex; astro-island {
display: flex !important;
flex-direction: column; flex-direction: column;
align-content: space-between; align-content: space-between;
justify-content: space-between; justify-content: space-between;
min-height: 100%; min-height: 100vh;
} }
.main-content { .main-content {