Commit 73dd7d44 by lmf

优化详情适配1280

parent d4ae0929
......@@ -55,6 +55,11 @@ $thumbSizes = $responsiveImageHelper->getSizes('product_page_image_small');
display:none;
}
}
@media (min-width: 1280px){
:root {
--container-max-width: 1080px;
}
}
</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