lunasqu.ee-nuxt/assets/styles/_helpers.scss

9 lines
152 B
SCSS
Raw Normal View History

2022-10-15 18:20:33 +03:00
.gridbox {
text-align: center;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: space-around;
flex-direction: row;
}