mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix widths on container diagrams
This commit is contained in:
parent
28bcf047c8
commit
9998556556
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user