mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
fix line-height at SiteNav
This commit is contained in:
parent
512a7d471d
commit
a3087b2407
@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
.blog-nav ul li a {
|
.blog-nav ul li a {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-heigh: 26px;
|
line-height: 26px;
|
||||||
margin-bottom: 26px;
|
margin-bottom: 26px;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -21,4 +21,4 @@
|
|||||||
}
|
}
|
||||||
.blog-nav ul li a:hover {
|
.blog-nav ul li a:hover {
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user