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

fix broke width of containers in docs given change to use width over max-width

parent 394161f2
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
......@@ -622,6 +622,11 @@ h1[id] {
}
}
/* Undo width of container */
.bs-example .container {
width: auto;
}
/* Tweak content of examples for optimum awesome */
.bs-example > p:last-child,
.bs-example > ul:last-child,
......
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