Add some text presentation improvements.

1. Increase line height a little
2. Decrease font size a little
3. Limit body width using "ch" unit (now at 80ch)
master
Hugo Thunnissen 4 years ago
parent 86fce3a06a
commit 0439879dd1

@ -40,10 +40,13 @@ pre {
} }
} }
body {
line-height: 1.4;
}
@media only all and (pointer: fine) { @media only all and (pointer: fine) {
body { body {
font-size: calc(16px + 0.6vmin); font-size: calc(14px + 0.6vmin);
min-width: 500px; max-width: 80ch;
max-width: 50em;
} }
} }

Loading…
Cancel
Save