fix footer

This commit is contained in:
edshot99 2025-02-08 11:43:34 -06:00
parent bc133e9a5c
commit f0e21eddd5

View File

@ -1,4 +1,4 @@
footer#page-footer {
footer.footer-wrapper {
margin: 0rem 0 0 0;
border-radius: 0;
background-color: var(--bg) !important;
@ -23,4 +23,8 @@ footer#page-footer {
}
}
}
.footer-left {
border-right: 1px solid var(--header-link);
}
}