Container width override to accommodate nav items
This commit is contained in:
parent
dee792f157
commit
6941db2dae
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue