Skip to content

Commit

Permalink
Adjust grid selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeleta committed Mar 3, 2022
1 parent 395bb27 commit 6c25d32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/section-main-product.css
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,6 @@ a.product__text {
padding-right: var(--media-shadow-horizontal-offset);
}

.product__media-list .product__media-item:first-child,
.product__media-list .product__media-item.product__media-item--full {
width: 100%;
max-width: 100%;
}

.product--thumbnail .product__media-item:not(.is-active),
.product--thumbnail_slider .product__media-item:not(.is-active) {
display: none;
Expand Down Expand Up @@ -595,6 +589,12 @@ a.product__text {
max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

.product__media-list .product__media-item:first-child,
.product__media-list .product__media-item--full {
width: 100%;
max-width: 100%;
}

.product__modal-opener .product__media-icon {
opacity: 0;
}
Expand Down

0 comments on commit 6c25d32

Please sign in to comment.