Shrink vertical padding for options nav.

This commit is contained in:
FelisCatus 2014-10-30 14:03:14 +08:00
parent 79eb0b53fe
commit dcac05a88f

View File

@ -113,6 +113,15 @@ h1 {
height: auto;
height: initial;
}
.nav-pills {
> li > a {
padding: 8px 15px;
@media (max-height: 767px) {
padding: 5px 15px;
}
}
}
}
main {