Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
b1f49092
Commit
b1f49092
authored
5 years ago
by
ysds
Committed by
Mark Otto
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add responsive example
parent
ebfeaa4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/content/docs/4.3/layout/grid.md
+13
-0
site/content/docs/4.3/layout/grid.md
with
13 additions
and
0 deletions
+13
-0
site/content/docs/4.3/layout/grid.md
+
13
-
0
View file @
b1f49092
...
@@ -382,6 +382,19 @@ Use these row columns classes to quickly create basic grid layouts or to control
...
@@ -382,6 +382,19 @@ Use these row columns classes to quickly create basic grid layouts or to control
{{
<
/
example
>
}}
{{
<
/
example
>
}}
</div>
</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()`
:
You can also use the accompanying Sass mixin,
`row-cols()`
:
{{
<
highlight
scss
>
}}
{{
<
highlight
scss
>
}}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment