Fixed sticky footer
This commit is contained in:
parent
f62b4ca7fb
commit
1fa7b302d6
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user