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

17 lines
286 B
SCSS

.gridbox {
text-align: center;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: space-around;
flex-direction: row;
@media all and (max-width: 1400px) {
margin-top: 4rem;
}
@media screen and (max-width: 800px) {
margin-top: 2rem;
}
}