Commit ed7fe0e5 authored by Mark Otto's avatar Mark Otto

unfuck misaligned main container

parent 4247008e
...@@ -740,7 +740,7 @@ pre code { ...@@ -740,7 +740,7 @@ pre code {
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.container { .container {
max-width: 728px; max-width: 758px;
} }
[class^="span"] { [class^="span"] {
float: left; float: left;
...@@ -821,13 +821,13 @@ pre code { ...@@ -821,13 +821,13 @@ pre code {
@media screen and (min-width: 992px) { @media screen and (min-width: 992px) {
.container { .container {
max-width: 940px; max-width: 970px;
} }
} }
@media screen and (min-width: 1200px) { @media screen and (min-width: 1200px) {
.container { .container {
max-width: 1170px; max-width: 1200px;
} }
.row { .row {
margin-right: -15px; margin-right: -15px;
......
...@@ -15,8 +15,7 @@ body { ...@@ -15,8 +15,7 @@ body {
} }
/* */ /* */
.bs-docs-body > .container, .bs-docs-footer {
.bs-docs-footer .container {
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
} }
......
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