Fix bad font size render on link

With Nunito, the 12px size with uppercase hase bad render (FF & Chrome).
This commit is contained in:
Boris Damevin 2018-10-16 23:45:14 +02:00 committed by GitHub
parent 9ac61ced01
commit 59bdc8cd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
.links > a {
color: #636b6f;
padding: 0 25px;
font-size: 12px;
font-size: 13px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;