Skip to content

Commit

Permalink
Fix non-stacked item widths
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeleta committed Mar 8, 2022
1 parent a35d27e commit dff2925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/section-main-product.css
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ a.product__text {
}

@media screen and (min-width: 990px) {
.product__media-list .product__media-item {
.product--stacked .product__media-item {
max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

Expand Down

0 comments on commit dff2925

Please sign in to comment.