aboutsummaryrefslogtreecommitdiff
path: root/src/scss/settings/_core.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/settings/_core.scss')
-rw-r--r--src/scss/settings/_core.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/scss/settings/_core.scss b/src/scss/settings/_core.scss
index 6f08294..3959f7d 100644
--- a/src/scss/settings/_core.scss
+++ b/src/scss/settings/_core.scss
@@ -31,7 +31,7 @@ $iota-global-components-namespace : 'c-';
31 * Type: Number / List / Map 31 * Type: Number / List / Map
32 */ 32 */
33 33
34$iota-global-gutter-default: 10px; 34$iota-global-gutter-default: $baseline;
35 35
36 36
37/** 37/**
@@ -43,7 +43,7 @@ $iota-global-gutter-default: 10px;
43 * Type: Boolean 43 * Type: Boolean
44 */ 44 */
45 45
46$iota-global-flex: false; 46$iota-global-flex: true;
47 47
48 48
49/** 49/**
@@ -66,8 +66,7 @@ $iota-global-rtl: false;
66 */ 66 */
67 67
68$iota-global-breakpoints: ( 68$iota-global-breakpoints: (
69 sm : "screen and ( min-width: 768px )", 69 sm : "screen and ( min-width: 768px )"
70 md : "screen and ( min-width: 1000px )"
71); 70);
72 71
73 72