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
bf2781d7
Commit
bf2781d7
authored
Aug 20, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17146 from kkirsche/patch-13
v4 - Add pixel values for the rem breakpoints and column sizes
parents
c9617231
ca9fdcee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
docs/layout/grid.md
docs/layout/grid.md
+13
-13
No files found.
docs/layout/grid.md
View file @
bf2781d7
...
@@ -61,23 +61,23 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
...
@@ -61,23 +61,23 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<th></th>
<th></th>
<th>
<th>
Extra small
Extra small
<small>
<
34em
</small>
<small>
<
34em
/ 480px
</small>
</th>
</th>
<th>
<th>
Small
Small
<small>
≥
34em
</small>
<small>
≥
34em
/ 480px
</small>
</th>
</th>
<th>
<th>
Medium
Medium
<small>
≥
4
8em
</small>
<small>
≥
4
5em / 720px
</small>
</th>
</th>
<th>
<th>
Large
Large
<small>
≥
62em
</small>
<small>
≥
62em
/ 992px
</small>
</th>
</th>
<th>
<th>
Extra large
Extra large
<small>
≥
75em
</small>
<small>
≥
75em
/ 1200px
</small>
</th>
</th>
</tr>
</tr>
</thead>
</thead>
...
@@ -90,10 +90,10 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
...
@@ -90,10 +90,10 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<tr>
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
Container width
</th>
<th
class=
"text-nowrap"
scope=
"row"
>
Container width
</th>
<td>
None (auto)
</td>
<td>
None (auto)
</td>
<td>
34rem
</td>
<td>
34rem
/ 480px
</td>
<td>
45rem
</td>
<td>
45rem
/ 720px
</td>
<td>
60rem
</td>
<td>
60rem
/ 960px
</td>
<td>
72.25rem
</td>
<td>
72.25rem
/ 1156px
</td>
</tr>
</tr>
<tr>
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
Class prefix
</th>
<th
class=
"text-nowrap"
scope=
"row"
>
Class prefix
</th>
...
@@ -140,13 +140,13 @@ $grid-breakpoints: (
...
@@ -140,13 +140,13 @@ $grid-breakpoints: (
// Extra small screen / phone
// Extra small screen / phone
xs: 0,
xs: 0,
// Small screen / phone
// Small screen / phone
sm: 34em,
sm: 34em,
// 480px
// Medium screen / tablet
// Medium screen / tablet
md: 48em,
md: 48em,
// 768px
// Large screen / desktop
// Large screen / desktop
lg: 62em,
lg: 62em,
// 992px
// Extra large screen / wide desktop
// Extra large screen / wide desktop
xl: 75em
xl: 75em
// 1200px
) !default;
) !default;
$grid-columns: 12;
$grid-columns: 12;
...
...
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