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

@@ -16,13 +16,6 @@
background-color: white;
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
justify-content: space-between;
}
.grid-container {
display: flex;
gap: 20px;