Merge pull request #4822 from borisdamevin/patch-2

Fix bad font size render on link
This commit is contained in:
Taylor Otwell 2018-10-17 13:41:46 +09:00 committed by GitHub
commit c089067493
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 { .links > a {
color: #636b6f; color: #636b6f;
padding: 0 25px; padding: 0 25px;
font-size: 12px; font-size: 13px;
font-weight: 600; font-weight: 600;
letter-spacing: .1rem; letter-spacing: .1rem;
text-decoration: none; text-decoration: none;