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

@@ -338,6 +338,16 @@ section p {
margin: 20px 0;
}
@media (max-width: 800px) {
section h1 {
font-size: 1.8rem;
text-align: left;
}
section#index h1 {
font-size: 1.7rem;
}
}
/***************************************/
footer {

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;
}