1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-03 02:13:01 +02:00

fix widths on container diagrams

This commit is contained in:
Mark Otto
2015-08-10 23:18:45 -07:00
parent 28bcf047c8
commit 9998556556

View File

@@ -21,7 +21,8 @@
// //
.bd-example-container { .bd-example-container {
max-width: 50%; min-width: 16rem;
max-width: 25rem;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
@@ -49,7 +50,7 @@
} }
.bd-example-container-fluid { .bd-example-container-fluid {
max-width: 100%; max-width: none;
} }