From d6ddbbd95f1bc042e8d30c43de9118ac8471f04b Mon Sep 17 00:00:00 2001 From: Lucie Anglade Date: Tue, 5 Sep 2023 16:37:04 +0200 Subject: [PATCH] Style pagination --- themes/afpy/static/css/website.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/themes/afpy/static/css/website.css b/themes/afpy/static/css/website.css index d197db1..4873013 100644 --- a/themes/afpy/static/css/website.css +++ b/themes/afpy/static/css/website.css @@ -169,6 +169,7 @@ main > section { } #introduction section + p { + margin-top: 2em; text-align: center; } @@ -214,6 +215,18 @@ main > section { padding: 1em; } +.news-jobs > ul:last-of-type { + display: flex; + flex-wrap: wrap; + margin: auto; + width: 30%; +} + +.news-jobs > ul:last-of-type a { + padding: 0.5em; + text-decoration: none; +} + /* Who, Community, Membership */ #page-qui-sommes-nous main li,