Skip to content

Commit f8acef7

Browse files
committed
added new width for mobile
1 parent a372ab1 commit f8acef7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

scss/_variables.scss

+20
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ $grid-breakpoints: (
489489
xl: 1200px,
490490
xxl: 1400px
491491
) !default;
492+
492493
// scss-docs-end grid-breakpoints
493494

494495
@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@@ -512,6 +513,25 @@ $container-max-widths: (
512513
@include _assert-ascending($container-max-widths, "$container-max-widths");
513514

514515

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+
515535
// Grid columns
516536
//
517537
// Set the number of columns and specify the width of the gutters.

0 commit comments

Comments
 (0)