Commit 9dc85295 by lmf

修复bug

parent 73dd7d44
...@@ -57,9 +57,10 @@ $thumbSizes = $responsiveImageHelper->getSizes('product_page_image_small'); ...@@ -57,9 +57,10 @@ $thumbSizes = $responsiveImageHelper->getSizes('product_page_image_small');
} }
@media (min-width: 1280px){ @media (min-width: 1280px){
:root { :root {
--container-max-width: 1080px; --container-max-width: 80%;
} }
} }
</style> </style>
<div class="breeze-gallery <?= $block->getGalleryOptions()->getVar('gallery/navdir') ?>"> <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