1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

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;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.3;
}
#tweets {