Ajout d'un CSS pour centrer les barres de progrès

This commit is contained in:
nono-lqdn 2026-01-26 13:33:00 +01:00 committed by Nono
parent aa404a10ff
commit ac5fe594b8

View file

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