css/bootstrap.local.css: set bottom to 0
All checks were successful
/ render (push) Successful in 30s

This commit is contained in:
Antoine Martin 2024-09-11 15:00:22 -04:00
parent a176112468
commit 94a8b58355
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -21,6 +21,7 @@ body {
} }
.footer { .footer {
position: absolute; position: absolute;
bottom: 0;
width: 100%; width: 100%;
padding-bottom: 15px; padding-bottom: 15px;
background-color: #f5f5f5; background-color: #f5f5f5;