File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2727
2828& when (@media-target = ' mobile' ), (@media-target = ' all' ) {
2929
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 ) );
3232 }
3333
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 );
3636 }
3737
3838 @media only screen and (max-width : (@screen__s - 1 )) {
3939 .media-width (' max' , @screen__s );
4040 }
4141
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 );
4444 }
4545
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 );
4848 }
4949
5050 @media all and (min-width : @screen__s ) {
You can’t perform that action at this time.
0 commit comments