Fix the border for the selected header item
It now touches the bottom again
This commit is contained in:
parent
65890a7dee
commit
e555c181e2
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 71px;
|
height: 72px;
|
||||||
line-height: 71px;
|
line-height: 72px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue