fix: fixed issues with the footer

This commit is contained in:
moonleay 2023-10-18 21:20:38 +02:00
parent 2f112edb29
commit 1749f7f3b1

View file

@ -16,7 +16,7 @@
.footer { .footer {
align-items: center; align-items: center;
margin: 100px 1px auto auto; margin: 100px 1px 0 0;
background-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(5px); backdrop-filter: blur(5px);
bottom: 0; bottom: 0;
@ -116,4 +116,6 @@
.contentDiv { .contentDiv {
display: flex; display: flex;
flex-direction: column;
margin-bottom: auto;
} }