diff --git a/src/duomo/configuration/breakpoint-map.scss b/src/duomo/configuration/breakpoint-map.scss index 2caaae2..4bfc810 100644 --- a/src/duomo/configuration/breakpoint-map.scss +++ b/src/duomo/configuration/breakpoint-map.scss @@ -1,6 +1,6 @@ -$xs: 40 * 16 !default; // -> 640 -$sm: 48 * 16 !default; // -> 768 -$md: 56 * 16 !default; // -> 896 +$xs: 32 * 16 !default; // -> 512 +$sm: 40 * 16 !default; // -> 640 +$md: 48 * 16 !default; // -> 768 $lg: 64 * 16 !default; // -> 1024 $xl: 80 * 16 !default; // -> 1280