Adjust line height.

This commit is contained in:
Drew Galbraith 2023-12-06 18:42:11 -08:00
parent c49b3b7bb9
commit 0972e46468
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
body { body {
font-family: sans-serif; font-family: sans-serif;
line-height: 1.5em;
} }
.container { .container {