Merge pull request #4822 from borisdamevin/patch-2
Fix bad font size render on link
This commit is contained in:
commit
c089067493
|
@ -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