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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue