Commit 9dc85295 by lmf

修复bug

parent 73dd7d44
......@@ -57,9 +57,10 @@ $thumbSizes = $responsiveImageHelper->getSizes('product_page_image_small');
}
@media (min-width: 1280px){
:root {
--container-max-width: 1080px;
--container-max-width: 80%;
}
}
</style>
<div class="breeze-gallery <?= $block->getGalleryOptions()->getVar('gallery/navdir') ?>">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment