Improve the header navigation style
- The underline only underlines the text, not the horizontal padding - The underline does not overlap with the grey border
This commit is contained in:
parent
52cfc8b92b
commit
fb769f4362
1 changed files with 3 additions and 1 deletions
|
@ -27,12 +27,14 @@
|
||||||
|
|
||||||
.header-tabs {
|
.header-tabs {
|
||||||
li {
|
li {
|
||||||
|
@include horizontal-padding($default-padding);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 23px $default-padding;
|
height: 71px;
|
||||||
|
line-height: 71px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue