Twitter Bootstrap 3.1.0 comes with rules that waste horizontal space on wide screens. When I remove them nothing seems to break, but something is probably breaking. Do you know if anything will break or why these were included? Thank you!
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}