footer position fix
This commit is contained in:
parent
75d7c0da01
commit
ff3764a69b
|
@ -47,7 +47,6 @@
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
position: absolute;
|
|
||||||
padding: 13px;
|
padding: 13px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -306,7 +305,7 @@
|
||||||
.theme-dark .footer {
|
.theme-dark .footer {
|
||||||
border-top: 2px solid #2e3241;
|
border-top: 2px solid #2e3241;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #2e3241;
|
background-color: #191d28;
|
||||||
}
|
}
|
||||||
.theme-dark .header-button {
|
.theme-dark .header-button {
|
||||||
background-color: #2e3241;
|
background-color: #2e3241;
|
||||||
|
|
Loading…
Reference in New Issue