Browse Source

Fix bad font size render on link

With Nunito, the 12px size with uppercase hase bad render (FF & Chrome).
Boris Damevin 5 years ago
parent
commit
59bdc8cd4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/welcome.blade.php

+ 1 - 1
resources/views/welcome.blade.php

@@ -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;