added fixed footer

This commit is contained in:
Janis M
2022-03-30 14:09:08 +02:00
parent 7caeedb45e
commit e0e28209c6
8 changed files with 39 additions and 32 deletions

View File

@@ -5,8 +5,11 @@
}
html,body{
min-height: 100% !important;
height: 100%;
height: 100% !important;
display: flex;
min-height: 100vh;
flex-direction: column;
justify-content: space-between;
}
h1, h2{
@@ -51,7 +54,7 @@ h1, h2{
margin-left:auto;
margin-right:auto;
padding-top:10px;
padding-bottom: 20px;
padding-bottom: 100px;
}
@media only screen and (max-width: 1030px) {