Public Access
5
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Andres
ecaf487c96 correction liste 2025-12-03 22:41:50 -05:00
Andres
4517f6c275 correction liste 2025-12-03 22:37:43 -05:00

View File

@@ -445,14 +445,18 @@ footer a:hover {
.conteneurMaps::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.conteneurMaps {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
padding:0;
-ms-overflow-style: none;
/* IE and Edge */
scrollbar-width: none;
/* Firefox */
padding: 0;
margin: auto;
width: 100%;
}
.aPropos #mapsFrame {
border-radius: 20px;
width: 100%;
@@ -1304,6 +1308,10 @@ h2 {
padding: 10px;
}
.wf-table-simple li {
list-style: none;
}
/****************************/
/* PAGE: Crédits */
/* AUTEUR: Jérémy Hébert */