From 23dd0d05ab79647e549b6b1c4912698ce8e4be9b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 27 Jul 2023 12:01:02 -0700 Subject: Post: Cloudflare Worker Link Shortener --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/global.css') diff --git a/src/styles/global.css b/src/styles/global.css index 55d38cb..8e8cf7d 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: 90ch; + max-width: 95ch; text-align: left; background-color: #1A1A1A; word-wrap: break-word; -- cgit v1.2.3