2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00
This commit is contained in:
Mark Otto
2017-03-25 22:27:24 -07:00
committed by Mark Otto
parent 32ed268c82
commit 1e6902d21f
+2 -1
View File
@@ -710,10 +710,11 @@ $grid-gutter-widths: (
### 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 %}
$grid-breakpoints: (
xs: 0,
sm: 480px,
md: 768px,
lg: 1024px