Fix bad font size render on link
With Nunito, the 12px size with uppercase hase bad render (FF & Chrome).
This commit is contained in:
parent
9ac61ced01
commit
59bdc8cd4e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue