Skip to content

Commit 5496452

Browse files
committed
Fixed missing min-width(screen__l) styles
1 parent eb491c0 commit 5496452

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/web/css/source/lib/_responsive.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
.media-width('max', @screen__l);
7575
}
7676

77+
@media all and (min-width: (@screen__l)),
78+
print {
79+
.media-width('min', @screen__l);
80+
}
81+
7782
@media all and (min-width: @screen__xl),
7883
print {
7984
.media-width('min', @screen__xl);

0 commit comments

Comments
 (0)