mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Container width override to accommodate nav items
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user