Merge pull request #58 from shivan2418/footer_in_bottom

Footer at bottom of page always
This commit is contained in:
Niek van der Maas
2023-03-21 20:04:55 +01:00
committed by GitHub

View File

@@ -7,6 +7,17 @@
} }
} }
#app {
display: flex;
flex-direction: column;
flex-grow: 1;
min-height: 100vh;
section.section{
flex-grow: 1;
}
}
.rotate { .rotate {
animation: rotating 10s linear infinite; animation: rotating 10s linear infinite;
} }