diff --git a/hugo.toml b/hugo.toml index a85b27b..4f4a94d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -68,9 +68,13 @@ enableMissingTranslationPlaceholders = false weight = 10 identifier = 'a-propos' [[menu.main]] - name = "Tags" + name = "Etiquettes" url = "/tags" weight = 30 + [[menu.main]] + name = "Catégories" + url = "/categories" + weight = 20 # Markup configure section # See https://gohugo.io/getting-started/configuration-markup/ diff --git a/src/scss/_component.scss b/src/scss/_component.scss index cd43442..bc97de1 100644 --- a/src/scss/_component.scss +++ b/src/scss/_component.scss @@ -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 {