From edc0d3e6de2eac115f7bd0a037cd4979d57ce9dc Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sat, 9 Sep 2023 11:25:34 +0200 Subject: [PATCH] Make titles more readable on listings --- 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 6fd26ef..072007f 100644 --- a/themes/chosto/static/css/custom.css +++ b/themes/chosto/static/css/custom.css @@ -74,6 +74,10 @@ figure img { text-justify: none; } +a.title { + line-height: 1.5; +} + /* Workaround for horizontal scrollbar, probably because I'm messing with containers, sections and columns, but I do not understand