Commit 6fe75ead authored by Mark Otto's avatar Mark Otto

no need for .container's max-width: 100% since we use max-width now on all containers

parent 248e0e40
...@@ -13,10 +13,6 @@ ...@@ -13,10 +13,6 @@
.container-fluid & { .container-fluid & {
@include border-radius($border-radius-lg); // Only round corners at higher resolutions if contained in a container @include border-radius($border-radius-lg); // Only round corners at higher resolutions if contained in a container
} }
.container {
max-width: 100%;
}
} }
.jumbotron-heading { .jumbotron-heading {
......
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