mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 06:44:35 +02:00
fixes #22133
This commit is contained in:
@@ -710,10 +710,11 @@ $grid-gutter-widths: (
|
|||||||
|
|
||||||
### Grid tiers
|
### Grid tiers
|
||||||
|
|
||||||
Moving beyond the columns themselves, you may also customize the number of grid tiers. If you wanted just three grid tiers, you'd update the `$grid-breakpoints` and `$container-max-widths` to something like this:
|
Moving beyond the columns themselves, you may also customize the number of grid tiers. If you wanted just four grid tiers, you'd update the `$grid-breakpoints` and `$container-max-widths` to something like this:
|
||||||
|
|
||||||
{% highlight scss %}
|
{% highlight scss %}
|
||||||
$grid-breakpoints: (
|
$grid-breakpoints: (
|
||||||
|
xs: 0,
|
||||||
sm: 480px,
|
sm: 480px,
|
||||||
md: 768px,
|
md: 768px,
|
||||||
lg: 1024px
|
lg: 1024px
|
||||||
|
Reference in New Issue
Block a user