Commit 99985565 authored by Mark Otto's avatar Mark Otto
Browse files

fix widths on container diagrams

parent 28bcf047
Showing with 3 additions and 2 deletions
+3 -2
......@@ -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;
}
......
Supports Markdown
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