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
99985565
Commit
99985565
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix widths on container diagrams
parent
28bcf047
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/_component-examples.scss
+3
-2
docs/assets/scss/_component-examples.scss
with
3 additions
and
2 deletions
+3
-2
docs/assets/scss/_component-examples.scss
+
3
-
2
View file @
99985565
...
...
@@ -21,7 +21,8 @@
//
.bd-example-container
{
max-width
:
50%
;
min-width
:
16rem
;
max-width
:
25rem
;
margin-left
:
auto
;
margin-right
:
auto
;
}
...
...
@@ -49,7 +50,7 @@
}
.bd-example-container-fluid
{
max-width
:
100%
;
max-width
:
none
;
}
...
...
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