styles: properly pin footer to page end

This commit is contained in:
darcy (iris system) 2021-09-13 19:41:59 +12:00
parent 082f7a99e4
commit ee30063de6
2 changed files with 4 additions and 7 deletions

View File

@ -1,10 +1,5 @@
.index-container
{
height: 100%;
min-height: 100vh;
width: 100%;
max-width: 100vw;
display: flex;
flex-flow: column wrap;
align-items: center;

View File

@ -16,6 +16,9 @@ body
max-width: 100vw;
width: auto;
display: flex;
flex-direction: column;
margin: 0;
padding: 0;
@ -35,10 +38,9 @@ a
.container
{
height: 100%;
min-height: 100vh;
width: 100%;
max-width: 100vw;
flex: 1;
padding: 1rem;
}