Skip to content

Commit c4db071

Browse files
Merge branch 'ns-patch-8' of https://github.com/NamrataChangani/magento2 into ns-patch-1
2 parents 44031e0 + 298e392 commit c4db071

File tree

1 file changed

+2
-2
lines changed
  • app/design/frontend/Magento/blank/Magento_ProductVideo/web/css/source

1 file changed

+2
-2
lines changed

app/design/frontend/Magento/blank/Magento_ProductVideo/web/css/source/_module.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797

9898
// @TODO UI: check possibility to use .media-width() mixin
9999
@media only screen
100-
and (min-device-width: @screen__xxs)
101-
and (max-device-width: @screen__m)
100+
and (min-device-width: 320px)
101+
and (max-device-width: 780px)
102102
and (orientation: landscape) {
103103
.product-video {
104104
height: 100%;

0 commit comments

Comments
 (0)