From 1806686e630d870a4e1f6bfd5fec304fd78775ea Mon Sep 17 00:00:00 2001 From: Zed Date: Tue, 25 Jun 2019 05:45:05 +0200 Subject: [PATCH] Set global lineheight to avoid tall names --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 2410e8c..cc61dae 100644 --- a/public/style.css +++ b/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 {