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 {