File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 27
27
28
28
& when (@media-target = ' mobile' ), (@media-target = ' all' ) {
29
29
30
- @media only screen and (max-width : ( @screen__xxs - 1 ) ) {
31
- .media-width (' max' , @screen__xxs );
30
+ @media only screen and (max-width : @screen__m ) {
31
+ .media-width (' max' , ( @screen__m + 1 ) );
32
32
}
33
33
34
- @media only screen and (max-width : (@screen__xs - 1 )) {
35
- .media-width (' max' , @screen__xs );
34
+ @media only screen and (max-width : (@screen__m - 1 )) {
35
+ .media-width (' max' , @screen__m );
36
36
}
37
37
38
38
@media only screen and (max-width : (@screen__s - 1 )) {
39
39
.media-width (' max' , @screen__s );
40
40
}
41
41
42
- @media only screen and (max-width : (@screen__m - 1 )) {
43
- .media-width (' max' , @screen__m );
42
+ @media only screen and (max-width : (@screen__xs - 1 )) {
43
+ .media-width (' max' , @screen__xs );
44
44
}
45
45
46
- @media only screen and (max-width : @screen__m ) {
47
- .media-width (' max' , ( @screen__m + 1 ) );
46
+ @media only screen and (max-width : ( @screen__xxs - 1 ) ) {
47
+ .media-width (' max' , @screen__xxs );
48
48
}
49
49
50
50
@media all and (min-width : @screen__s ) {
You can’t perform that action at this time.
0 commit comments