Correction du footer sur la page carte

This commit is contained in:
leosw
2025-08-18 17:54:41 +02:00
parent d75de36d61
commit 2801ddf144
2 changed files with 14 additions and 1 deletions

View File

@@ -9,7 +9,10 @@ body {
footer {
position: absolute;
bottom: 0;
left: calc(50% - 425px);
right: 50%;
transform: translateX(50%);
width: 100%;
max-width: 820px;
z-index: 10000;
}