Skip to content

Commit 298e392

Browse files
Revert back file changes
1 parent 1e1ceb9 commit 298e392

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)