浏览代码

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 {