Container width override to accommodate nav items

This commit is contained in:
Jason Costello
2017-01-25 13:25:45 -08:00
parent 38ed5ad9a1
commit d1ede85c3f

View File

@@ -83,8 +83,8 @@ pre {
}
//fixed grid below 992 to prevent smaller responsive sizes
@media (max-width: 992px) {
@media (min-width: 768px) and (max-width: 992px) {
.container{
max-width: 970px;
width: 100%;
}
}