From 51d301c78fd77c66732015bb5f9e17adb68fa0f6 Mon Sep 17 00:00:00 2001 From: Lucie Anglade Date: Tue, 5 Sep 2023 15:36:27 +0200 Subject: [PATCH] A bit of space around li --- themes/afpy/static/css/website.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/afpy/static/css/website.css b/themes/afpy/static/css/website.css index 6042e1e..e1b2a38 100644 --- a/themes/afpy/static/css/website.css +++ b/themes/afpy/static/css/website.css @@ -61,6 +61,7 @@ img { li { list-style: none; + margin: 0.5em auto; } ul {