|
|
|
|
|
by beltsazar
1775 days ago
|
|
In addition to zooming in to 110%, I also apply this CSS for increasing the line spacing and decreasing the number of words per line: div.comment {
line-height: 1.5
}
td {
max-width: 700px;
}
It improves the readability a lot for me. |
|