Commit af1ba5cf authored by Julian Thilo's avatar Julian Thilo
Browse files

Clarify nesting in grid example

parent 643e814e
Showing with 1 addition and 1 deletion
+1 -1
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<hr> <hr>
<h3>Two columns with two nested columns</h3> <h3>Two columns with two nested columns</h3>
<p>Per the documentation, nesting is easy—just put a row of columns within an existing row. This gives you two columns <strong>starting at desktops and scaling to large desktops</strong>, with another two (equal widths) within the larger column.</p> <p>Per the documentation, nesting is easy—just put a row of columns within an existing column. This gives you two columns <strong>starting at desktops and scaling to large desktops</strong>, with another two (equal widths) within the larger column.</p>
<p>At mobile device sizes, tablets and down, these columns and their nested columns will stack.</p> <p>At mobile device sizes, tablets and down, these columns and their nested columns will stack.</p>
<div class="row"> <div class="row">
<div class="col-md-8"> <div class="col-md-8">
......
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