mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Shrink vertical padding for options nav.
This commit is contained in:
parent
79eb0b53fe
commit
dcac05a88f
@ -113,6 +113,15 @@ h1 {
|
||||
height: auto;
|
||||
height: initial;
|
||||
}
|
||||
|
||||
.nav-pills {
|
||||
> li > a {
|
||||
padding: 8px 15px;
|
||||
@media (max-height: 767px) {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
|
Loading…
Reference in New Issue
Block a user