9 lines
136 B
SCSS
9 lines
136 B
SCSS
@layer pairgoth {
|
|
.tournaments.section {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
gap: 1em;
|
|
justify-content: center;
|
|
}
|
|
}
|