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-07-26 11:31:59 +00:00
|
|
|
padding: $header-height-mobile $content-spacing-small $content-spacing-small;
|
2023-07-04 12:08:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: $breakpoint-medium) {
|
|
|
|
.woocommerce-marketplace__content {
|
2023-07-26 11:31:59 +00:00
|
|
|
padding: $header-height-desktop $content-spacing-large $content-spacing-large;
|
2023-07-04 12:08:50 +00:00
|
|
|
}
|
2023-07-20 13:53:06 +00:00
|
|
|
}
|