lien matrix dans section participants

This commit is contained in:
Alice 2026-03-17 11:38:10 +01:00
parent 3d72b8a4aa
commit a4fc96fdeb
3 changed files with 37 additions and 19 deletions

View file

@ -10,6 +10,8 @@
position: relative;
}
/* Section des participants */
.participants {
display: flex;
justify-content: center;
@ -17,6 +19,18 @@
height: 200px;
}
#participe > div.txt {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
}
#participe p {
text-align: center;
}
/* Section des dons */
#don > div {