Removing max width media queries that allow block containers to grow past the desired 1200px max width.

This commit is contained in:
David 2016-04-11 13:17:18 -07:00
parent 1f1f4c9205
commit e5ab201676

View File

@ -190,20 +190,6 @@ Container
max-width: 1200px; max-width: 1200px;
} }
/* For devices larger than 400px */
@media (min-width: 400px) {
.container.container {
max-width: 85%;
}
}
/* For devices larger than 550px */
@media (min-width: 550px) {
.container.container {
max-width: 80%;
}
}
/* ===================================================================================================================== /* =====================================================================================================================
Forms Forms
===================================================================================================================== */ ===================================================================================================================== */