mirror of
https://github.com/appen-isen/site-interpromos.git
synced 2026-01-18 16:37:33 +01:00
27 lines
365 B
CSS
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%;
|
|
} |