Commit b1f49092 authored by ysds's avatar ysds Committed by Mark Otto
Browse files

Add responsive example

parent ebfeaa4a
Showing with 13 additions and 0 deletions
+13 -0
......@@ -382,6 +382,19 @@ Use these row columns classes to quickly create basic grid layouts or to control
{{< /example >}}
</div>
<div class="bd-example-row">
{{< example >}}
<div class="container">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-4">
<div class="col">Column</div>
<div class="col">Column</div>
<div class="col">Column</div>
<div class="col">Column</div>
</div>
</div>
{{< /example >}}
</div>
You can also use the accompanying Sass mixin, `row-cols()`:
{{< highlight scss >}}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment