Merge pull request #863 from sgmap/fix-header
Fix the border for the selected header item
This commit is contained in:
commit
1577bbb638
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
|
||||
a {
|
||||
display: inline-block;
|
||||
height: 71px;
|
||||
line-height: 71px;
|
||||
height: 72px;
|
||||
line-height: 72px;
|
||||
font-size: 18px;
|
||||
color: $black;
|
||||
|
||||
|
|
Loading…
Reference in a new issue