diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-02-22 00:24:41 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-02-22 00:24:41 -0500 |
| commit | ebe97a10e114f9a8db2f8184fa2f13981a8d5911 (patch) | |
| tree | 0d483eda30683855354a3d29d6b6293d4fa6d010 /static | |
| parent | 86a0c5752ee798a5ccd95a816e3247fd324e7e05 (diff) | |
Narrower columns for readability with Baskerville
Diffstat (limited to 'static')
| -rw-r--r-- | static/site.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/site.css b/static/site.css index 1898c3e..b833273 100644 --- a/static/site.css +++ b/static/site.css @@ -1,5 +1,5 @@ body { - max-width: 40em; + max-width: 35em; margin-left: auto; margin-right: auto; font-family: Baskerville, serif; |
