Ajout des catégories au menu

This commit is contained in:
Stanislas Jouffroy 2025-03-25 23:24:10 +01:00
parent ddfd444364
commit 9d5b3e18c4
2 changed files with 8 additions and 4 deletions

View file

@ -263,9 +263,9 @@ figure > figcaption h4 {
}
.taxonomy {
-webkit-column-width: 150px;
-moz-column-width: 150px;
column-width: 150px;
-webkit-column-width: 200px;
-moz-column-width: 200px;
column-width: 200px;
}
.ais-SearchBox {