WIP: Fix #30 : Mise en page des barres de progressions #31

Draft
Nono wants to merge 2 commits from progression into main
Showing only changes of commit 9c7c0d78f8 - Show all commits

View file

@ -193,6 +193,19 @@ figcaption {
line-height: 0.5em; line-height: 0.5em;
} }
#progress {
display: block;
text-align: center;
}
#gauge-bar {
float: left;
}
#fundraising-bar {
float: left;
}
code { code {
background: #ffffff1f; background: #ffffff1f;
padding: 0.2em 0.4em; padding: 0.2em 0.4em;