Bonjour,
Pour la communauté que nous avons, nous apportons quelques mises à jour à la page de destination et aimerions obtenir quelque chose de similaire à ce que community-openstreetmap a.
Jusqu’à présent, nous avons réduit la taille du logo de catégorie en suivant Making custom CSS changes on your site. Mais quand il s’agit de category-description, nous sommes bloqués.
.category-logo.aspect-image {
--max-height: 70px !important;
width: auto !important;
max-width: none !important;
height: auto !important;
display: block !important;
margin-bottom: 0.5em;
}
.category-logo.aspect-image img {
display: block;
width: calc(var(--max-height) * var(--aspect-ratio)) !important;
max-width: none !important;
height: auto !important;
max-height: var(--max-height) !important;
}
.category-description {
margin-top: 0.5em;
overflow: hidden;
color: var(--primary-high);
}

