commit 19d0f79a455f96293f3ed3e0a282c5e7e6039dbf parent addec6d1f65e91dd4c3a1b04d8e32056af5a5ebd Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Wed, 24 Apr 2019 23:54:59 -0400 Restrict max-width and widen padding Diffstat:
M | layouts/partials/css/style.css | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/css/style.css b/layouts/partials/css/style.css @@ -11,9 +11,9 @@ body { color: var(--text-color); background: var(--background-color); - max-width: 800px; + max-width: 70ch; margin: auto; - padding: 1em; + padding: 2ch; line-height: 1.5em; } /* header and footer areas */