commerce/components/pages/PageHeroGrid.scss
2025-03-28 14:58:39 -04:00

14 lines
267 B
SCSS

.pageHeroGrid__wrapper {
@media screen and (max-width: 1023px) {
display: table;
margin: auto;
}
.pageHeroGrid__images {
@media screen and (max-width: 1023px) {
margin-top: 6rem;
margin-left: 2.5%;
}
}
}