Fixed footer misalignment

This commit is contained in:
Stone-Red-Code
2021-01-05 18:23:40 +01:00
parent 7fc0242dbb
commit 9a951b03c4
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ footer {
background-position: top;
display: flex;
flex-direction: column;
align-items:center;
align-items: center;
justify-content: center;
}