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; }