1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 09:52:43 +02:00
This commit is contained in:
Mark Otto
2025-04-02 22:15:49 -07:00
parent 785c31f79b
commit bcb50912cd
5 changed files with 108 additions and 61 deletions

View File

@@ -41,7 +41,7 @@ $breakpoints: (
md: 768px,
lg: 992px,
xl: 1200px,
2xl: 1400px
2xl: 1600px
) !default;
// scss-docs-end breakpoints
@@ -63,7 +63,7 @@ $container-max-widths: (
md: 720px,
lg: 960px,
xl: 1140px,
2xl: 1320px
2xl: 1440px
) !default;
// scss-docs-end container-max-widths