Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into ns-patch-1
  • Loading branch information
sanganinamrata committed May 18, 2018
2 parents 44031e0 + 298e392 commit c4db071
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@

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

0 comments on commit c4db071

Please sign in to comment.