footer schmooter

This commit is contained in:
2022-12-20 13:26:32 +01:00
parent 9f030dbb28
commit b2591bd1b6
3 changed files with 18 additions and 1 deletions

View File

@ -64,6 +64,14 @@ body {
padding: .75rem 1rem;
}
/* Footer */
footer {
position: fixed;
bottom: 0;
width: 100%;
background-color: var(--bs-gray-100);
}
/* custom */
ul.list-top > li::before {
counter-increment: toplist;