fix line-height at SiteNav

This commit is contained in:
Ihor Orlovskyi 2016-12-09 01:54:45 +02:00
parent 512a7d471d
commit a3087b2407

View File

@ -10,7 +10,7 @@
}
.blog-nav ul li a {
font-size: 16px;
line-heigh: 26px;
line-height: 26px;
margin-bottom: 26px;
border-bottom: 0;
font-weight: 400;
@ -21,4 +21,4 @@
}
.blog-nav ul li a:hover {
border-bottom: 1px solid;
}
}