Commit 48821cff authored by Aleko's avatar Aleko Committed by hetech

Col: fix the responsive bug caused by 'xs' variable (#13468)

parent 94833532
...@@ -691,7 +691,7 @@ $--lg: 1200px !default; ...@@ -691,7 +691,7 @@ $--lg: 1200px !default;
$--xl: 1920px !default; $--xl: 1920px !default;
$--breakpoints: ( $--breakpoints: (
'xs' : (max-width: $--sm), 'xs' : (max-width: $--sm - 1),
'sm' : (min-width: $--sm), 'sm' : (min-width: $--sm),
'md' : (min-width: $--md), 'md' : (min-width: $--md),
'lg' : (min-width: $--lg), 'lg' : (min-width: $--lg),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment