fix: fixed issues with the footer
This commit is contained in:
parent
2f112edb29
commit
1749f7f3b1
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue