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
1 changed files with 1 additions and 0 deletions

View File

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