mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Optimize responsive nav
this guarantees the nav list fits in this viewport range (there was a very small range where it broke the layout)
This commit is contained in:
@@ -88,3 +88,9 @@ pre {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 800px) {
|
||||
#header .navbar-nav a {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user