Commit 942f9c5d authored by Mark Otto's avatar Mark Otto

Fixes #6012: Updated docs sidenav media queries and reset width for exactly 980px

parent 02097700
...@@ -867,6 +867,7 @@ form.bs-docs-example { ...@@ -867,6 +867,7 @@ form.bs-docs-example {
/* When affixed, space properly */ /* When affixed, space properly */
.bs-docs-sidenav { .bs-docs-sidenav {
top: 0; top: 0;
width: 218px;
margin-top: 30px; margin-top: 30px;
margin-right: 0; margin-right: 0;
} }
...@@ -874,7 +875,7 @@ form.bs-docs-example { ...@@ -874,7 +875,7 @@ form.bs-docs-example {
/* Tablet to desktop /* Tablet to desktop
------------------------- */ ------------------------- */
@media (min-width: 768px) and (max-width: 980px) { @media (min-width: 768px) and (max-width: 979px) {
/* Remove any padding from the body */ /* Remove any padding from the body */
body { body {
padding-top: 0; padding-top: 0;
......
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