From fe937d1f83cbfc96d26d4b2eee09b159cbae6f55 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:35:11 -0600 Subject: [PATCH] Widen site a bit --- src/posts/gift-guide-2023.md | 2 +- src/style/global.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/posts/gift-guide-2023.md b/src/posts/gift-guide-2023.md index 6473e0e..d72803e 100644 --- a/src/posts/gift-guide-2023.md +++ b/src/posts/gift-guide-2023.md @@ -116,4 +116,4 @@ A friend of mine introduced me to this game a couple months ago and I bought it ## Goodbye -I don't know how people usually end gift guides so... _aggressively finger guns while backing away_ +I don't know how people usually end gift guides so... _aggressively points finger guns while backing away_ diff --git a/src/style/global.css b/src/style/global.css index 9687526..b6c63bc 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -27,7 +27,7 @@ html, body { margin: auto; padding: 20px; - max-width: 65ch; + max-width: 70ch; background-color: var(--white); word-wrap: break-word; overflow-wrap: break-word;