Fixed mobile topbar menu

pull/12/head
cagataycivici 2019-05-27 13:31:35 +03:00
parent a0513212d1
commit 5127e9b003
1 changed files with 4 additions and 1 deletions

View File

@ -995,9 +995,12 @@ body {
border-bottom: 1px solid #dadada; border-bottom: 1px solid #dadada;
> li { > li {
height: 40px;
line-height: 40px;
> a { > a {
padding-bottom: 0; padding-bottom: 0;
line-height: 40px; height: 40px;
min-width: 100px; min-width: 100px;
} }