1
0
Fork 0
forked from ilot/ilot-io

bootstrap.local.css: add padding-bottom to footer

This commit is contained in:
Antoine Martin 2024-09-08 16:12:19 -04:00
parent c41eac465c
commit c8e8d68070
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

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