From a979381787a2120f2372dd8a18c02b5a7662db7a Mon Sep 17 00:00:00 2001 From: nono-lqdn Date: Mon, 26 Jan 2026 13:33:00 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20CSS=20pour=20centrer=20les=20bar?= =?UTF-8?q?res=20de=20progr=C3=A8s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/base.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/base.css b/css/base.css index d4bd66f..7182ff5 100644 --- a/css/base.css +++ b/css/base.css @@ -195,6 +195,19 @@ figcaption { margin-right: 10%; } +#progress { + display: block; + text-align: center; +} + +#gauge-bar { + float: left; +} + +#fundraising-bar { + float: left; +} + code { background: #ffffff1f; padding: 0.2em 0.4em;