Navbar height fix

This commit is contained in:
lideming 2020-12-03 01:46:23 +08:00
parent e0e84deb92
commit 8edaa9aa81

View File

@ -118,3 +118,6 @@ input[type=radio] {
background-image: none; background-image: none;
} }
.navbar-nav > li > a {
height: 50px;
}