mirror of
https://github.com/vercel/commerce.git
synced 2025-04-28 05:47:50 +00:00
14 lines
267 B
SCSS
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%;
|
|
}
|
|
}
|
|
}
|
|
|