From 05306e141f076e48b24549d1ffb3e09768b94ac8 Mon Sep 17 00:00:00 2001 From: Lucie Anglade Date: Tue, 5 Sep 2023 15:47:30 +0200 Subject: [PATCH] Style li in news-jobs cards --- themes/afpy/static/css/website.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/themes/afpy/static/css/website.css b/themes/afpy/static/css/website.css index e1b2a38..87a0941 100644 --- a/themes/afpy/static/css/website.css +++ b/themes/afpy/static/css/website.css @@ -171,6 +171,16 @@ main > section { padding: 1em; } +.news-jobs > article section:last-of-type ul, +.news-jobs > article section:last-of-type li, +.news-jobs > article section:last-of-type p { + display: inline; +} + +.news-jobs > article section:last-of-type li:not(:last-of-type):after { + content: ", "; +} + .news-jobs h3 { margin: 0; }