1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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

This commit is contained in:
Mark Otto 2014-12-04 01:03:41 -08:00
parent 248e0e4059
commit 6fe75ead07

View file

@ -13,10 +13,6 @@
.container-fluid & {
@include border-radius($border-radius-lg); // Only round corners at higher resolutions if contained in a container
}
.container {
max-width: 100%;
}
}
.jumbotron-heading {