Files
pairgoth/view-webapp/src/main/sass/index.scss
2023-12-25 12:26:08 +01:00

9 lines
136 B
SCSS

@layer pairgoth {
.tournaments.section {
display: flex;
flex-flow: row wrap;
gap: 1em;
justify-content: center;
}
}