lunasqu.ee-nuxt/assets/styles/_helpers.scss
2025-01-25 20:13:38 +02:00

9 lines
152 B
SCSS

.gridbox {
text-align: center;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: space-around;
flex-direction: row;
}