From 9944fe6a76eaa9d54ede55de4fdcb452f7814677 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 9 Oct 2023 21:48:17 -0700 Subject: adjust post width --- src/styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles/global.css') diff --git a/src/styles/global.css b/src/styles/global.css index 52480d9..d070178 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -7,7 +7,7 @@ body { font-family: Verdana, sans-serif; margin: auto; padding: 20px; - max-width: 105ch; + max-width: 85ch; text-align: left; background-color: #1A1A1A; word-wrap: break-word; @@ -68,4 +68,4 @@ blockquote { padding: 10px 20px; margin: 0; font-style: italic; - } \ No newline at end of file + } -- cgit v1.2.3