From b7656fc38e08262eb186f2471b53afe2e4f38d59 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 12 Sep 2023 17:56:14 -0700 Subject: update width of website --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/styles/global.css b/src/styles/global.css index 8e8cf7d..0536413 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: 95ch; + max-width: 115ch; text-align: left; background-color: #1A1A1A; word-wrap: break-word; -- cgit v1.2.3