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