From 5328326aca9cd59367902d717512aef20649663d Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Mon, 3 Jul 2023 16:27:09 +0200 Subject: [PATCH] Remove text-justify in thematic series menu --- themes/chosto/static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/chosto/static/css/custom.css b/themes/chosto/static/css/custom.css index 9175998..00c395b 100644 --- a/themes/chosto/static/css/custom.css +++ b/themes/chosto/static/css/custom.css @@ -39,4 +39,8 @@ figcaption h4 { figure img { filter: drop-shadow(4px 4px 5px grey) +} + +.menu-label { + text-justify: none; } \ No newline at end of file