lien matrix dans section participants
This commit is contained in:
parent
3d72b8a4aa
commit
a4fc96fdeb
3 changed files with 37 additions and 19 deletions
14
css/home.css
14
css/home.css
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue