fix(style): [col] media sm max-wdith 768 to 767 (#15085)

Co-authored-by: btea <2356281422@qq.com>
This commit is contained in:
Xc 2023-12-24 23:12:32 +08:00 committed by GitHub
parent 9e34ea5e54
commit e4aeb54278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1425,7 +1425,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})',