ATTENTION A RELOAD LES CONFIGS DRUPAL (dans le commit précédent j'ai juste modif comment on passe le nid de la liste des étapes) + centrage du titre de l'étape dans la popup sur carte

This commit is contained in:
Valentin 2024-10-11 16:38:09 +02:00
parent 8b922fe40a
commit 95fc315ef0
1 changed files with 2 additions and 1 deletions

View File

@ -347,10 +347,11 @@ body{
padding-right: 20px; padding-right: 20px;
text-wrap: wrap; text-wrap: wrap;
> a { > a {
display: inline-block;
text-align: center;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
color: $main-color; color: $main-color;
padding-right: 5px;
> span { > span {
font-weight: lighter; font-weight: lighter;
} }