Explorar el Código

Set global lineheight to avoid tall names

Zed hace 7 años
padre
commit
1806686e63
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {