Set global lineheight to avoid tall names

This commit is contained in:
Zed 2019-06-25 05:45:05 +02:00
parent b31cc7bc25
commit 1806686e63

View file

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