Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
ca9fdcee
Commit
ca9fdcee
authored
9 years ago
by
Kevin Kirsche
Browse files
Options
Download
Email Patches
Plain Diff
Add pixel values for the rem breakpoints and column sizes
Fix:
#17145
parent
d07782ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/layout/grid.md
+13
-13
docs/layout/grid.md
with
13 additions
and
13 deletions
+13
-13
docs/layout/grid.md
+
13
-
13
View file @
ca9fdcee
...
...
@@ -61,23 +61,23 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<th></th>
<th>
Extra small
<small>
<
34em
</small>
<small>
<
34em
/ 480px
</small>
</th>
<th>
Small
<small>
≥
34em
</small>
<small>
≥
34em
/ 480px
</small>
</th>
<th>
Medium
<small>
≥
4
8
em
</small>
<small>
≥
4
5
em
/ 720px
</small>
</th>
<th>
Large
<small>
≥
62em
</small>
<small>
≥
62em
/ 992px
</small>
</th>
<th>
Extra large
<small>
≥
75em
</small>
<small>
≥
75em
/ 1200px
</small>
</th>
</tr>
</thead>
...
...
@@ -90,10 +90,10 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
Container width
</th>
<td>
None (auto)
</td>
<td>
34rem
</td>
<td>
45rem
</td>
<td>
60rem
</td>
<td>
72.25rem
</td>
<td>
34rem
/ 480px
</td>
<td>
45rem
/ 720px
</td>
<td>
60rem
/ 960px
</td>
<td>
72.25rem
/ 1156px
</td>
</tr>
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
Class prefix
</th>
...
...
@@ -140,13 +140,13 @@ $grid-breakpoints: (
// Extra small screen / phone
xs: 0,
// Small screen / phone
sm: 34em,
sm: 34em,
// 480px
// Medium screen / tablet
md: 48em,
md: 48em,
// 768px
// Large screen / desktop
lg: 62em,
lg: 62em,
// 992px
// Extra large screen / wide desktop
xl: 75em
xl: 75em
// 1200px
) !default;
$grid-columns: 12;
...
...
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
Menu
Explore
Projects
Groups
Snippets