Преглед изворни кода

Set global lineheight to avoid tall names

Zed пре 7 година
родитељ
комит
1806686e63
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      public/style.css

+ 1 - 0
public/style.css

@@ -4,6 +4,7 @@ body {
     margin: 0;
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 14px;
+    line-height: 1.3;
 }
 
 #tweets {