Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
ddafa9a0
Commit
ddafa9a0
authored
Jul 29, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempts to fix #8645: add code comments to grid example to clarify behavior
parent
5716355c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
css.html
css.html
+5
-0
No files found.
css.html
View file @
ddafa9a0
...
...
@@ -239,15 +239,20 @@ base_url: "../"
</div>
</div>
{% highlight html %}
<!-- Stack the columns on mobile by making one full-width and the other half-width -->
<div
class=
"row"
>
<div
class=
"col-12 col-lg-8"
>
8
</div>
<div
class=
"col-6 col-lg-4"
>
4
</div>
</div>
<!-- Columns start at 50% wide on mobile and bump up to 33.3% wide on desktop -->
<div
class=
"row"
>
<div
class=
"col-6 col-lg-4"
>
4
</div>
<div
class=
"col-6 col-lg-4"
>
4
</div>
<div
class=
"col-6 col-lg-4"
>
4
</div>
</div>
<!-- Columns are always 50% wide, on mobile and desktop -->
<div
class=
"row"
>
<div
class=
"col-6 col-lg-6"
>
6
</div>
<div
class=
"col-6 col-lg-6"
>
6
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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