Commit 471d913a authored by Mark Otto's avatar Mark Otto

add bottom margin back to sidenav for narrow tablets

parent cbc7873b
...@@ -924,6 +924,7 @@ form.bs-docs-example { ...@@ -924,6 +924,7 @@ form.bs-docs-example {
/* Sidenav */ /* Sidenav */
.bs-docs-sidenav { .bs-docs-sidenav {
width: auto; width: auto;
margin-bottom: 20px;
} }
.bs-docs-sidenav.affix { .bs-docs-sidenav.affix {
position: static; position: static;
......
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