9 lines
124 B
CSS
9 lines
124 B
CSS
.arena-team {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.arena-team .info {
|
|
margin-right: 2rem;
|
|
}
|