Explorar o código

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

Aleko %!s(int64=6) %!d(string=hai) anos
pai
achega
48821cffcd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/theme-chalk/src/common/var.scss

+ 1 - 1
packages/theme-chalk/src/common/var.scss

@@ -691,7 +691,7 @@ $--lg: 1200px !default;
 $--xl: 1920px !default;
 
 $--breakpoints: (
-  'xs' : (max-width: $--sm),
+  'xs' : (max-width: $--sm - 1),
   'sm' : (min-width: $--sm),
   'md' : (min-width: $--md),
   'lg' : (min-width: $--lg),