commit 63fb4eddb865213624b13ce8154cf72e077751bd parent fe6e56ce806bb9756b75b17c3935228b058cafc9 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Mon, 6 Jan 2020 19:04:07 -0600 Proportional fonts normally take up less space, decrease max-width Diffstat:
| M | layouts/partials/css/style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/css/style.css b/layouts/partials/css/style.css
@@ -1,6 +1,6 @@
body {
margin: auto;
- max-width: 70ch;
+ max-width: 60ch;
padding: 1em;
line-height: 1.5;
}