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
commit ee80b9581f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

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