Commit f8acef7 1 parent a372ab1 commit f8acef7 Copy full SHA for f8acef7
File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,7 @@ $grid-breakpoints: (
489
489
xl : 1200px ,
490
490
xxl : 1400px
491
491
) !default ;
492
+
492
493
// scss-docs-end grid-breakpoints
493
494
494
495
@include _assert-ascending ($grid-breakpoints , " $grid-breakpoints" );
@@ -512,6 +513,25 @@ $container-max-widths: (
512
513
@include _assert-ascending ($container-max-widths , " $container-max-widths" );
513
514
514
515
516
+ // added new width for mobile iphone 5 <=
517
+ $max-width-mobile : (
518
+ xxlsm :340px ,
519
+ xlsm :240px ,
520
+ sm :540px ,
521
+ md :620px ,
522
+ xl :900px
523
+ lg :760px ,
524
+ xxl :1140px ,
525
+ ) !default ;
526
+ // scss-docs-end container-max-widths
527
+
528
+ @include _assert-ascending ($max-width-mobile , " $max-width-mobile" );
529
+
530
+
531
+
532
+
533
+
534
+
515
535
// Grid columns
516
536
//
517
537
// Set the number of columns and specify the width of the gutters.
You can’t perform that action at this time.
0 commit comments