2023-07-04 12:08:50 +00:00
|
|
|
@import '../../stylesheets/_variables.scss';
|
|
|
|
|
2023-07-20 13:53:06 +00:00
|
|
|
.woocommerce-marketplace__content {
|
2023-07-04 12:08:50 +00:00
|
|
|
box-sizing: content-box;
|
|
|
|
margin: auto;
|
|
|
|
max-width: $content-max-width;
|
2023-10-03 10:09:35 +00:00
|
|
|
padding: $grid-unit-30 $grid-unit-20;
|
2023-11-21 07:08:26 +00:00
|
|
|
min-height: 500px;
|
2023-07-04 12:08:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: $breakpoint-medium) {
|
|
|
|
.woocommerce-marketplace__content {
|
2023-10-03 10:09:35 +00:00
|
|
|
padding: $grid-unit-60 $grid-unit-40;
|
2023-07-04 12:08:50 +00:00
|
|
|
}
|
2023-07-20 13:53:06 +00:00
|
|
|
}
|