tâche #3521 home map

This commit is contained in:
2025-11-25 14:46:43 +01:00
parent 8586386637
commit a48f97ed45

View File

@@ -109,7 +109,7 @@
padding-left: 0;
position: relative;
/* margin-top: 2rem; */
font-size: 0.6rem !important;
font-size: 0.5rem !important;
padding-top: calc(1.8rem / 8); /* même valeur que ton margin-top */
}
@@ -130,7 +130,17 @@
font-family: "gilroy-semibold";
padding-top: 0.3rem;
padding-bottom: 0.5rem;
text-transform: uppercase;
/* background-color: #f6f7f3; */
transition: transform 0.4s ease-in-out;
}
#popup-content ul li:hover {
transform: scale(1.03);
}
#popup-content ul li .site-link {
text-transform: none;
}
#popup-content ul li::after {
@@ -152,7 +162,7 @@
/* Spécifique au li .laureat */
#popup-content ul li.laureat {
--badge-size: 1.8rem; /* taille du badge */
margin-top: calc(var(--badge-size) / 2); /* on réserve de la place au-dessus */
margin-top: calc(var(--badge-size) / 1.5); /* on réserve de la place au-dessus */
padding-left: 0rem; /* place à gauche pour le badge */
}