Files
site-interpromos/public_html/css/styleList.css
nano 3532395ded Dev/nano/accueil news (#18)
* new design for index

* design index

* correction for merge
2022-10-17 18:00:08 +02:00

27 lines
365 B
CSS

.match_list {
display: flex;
justify-content: space-around;
margin-top: 5%;
}
.list {
margin-right: 5%;
width: 30%;
}
.capTeam {
margin: 1%;
align-items: center;
display: flex;
flex-direction: column;
}
.capsule {
display: flex;
justify-content: space-between;
margin: 5%;
}
.capTeam > h4 {
margin-top: 15%;
}