Set global lineheight to avoid tall names
This commit is contained in:
parent
b31cc7bc25
commit
1806686e63
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue