Commit 99985565 authored by Mark Otto's avatar Mark Otto

fix widths on container diagrams

parent 28bcf047
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment