From d98e5b877b204bf6f83d488f803f1d0c75694553 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 16 Apr 2021 15:26:09 -0700 Subject: [PATCH] www/theme- change max width to 70em --- www/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/theme.css b/www/theme.css index 33b19b0..68e7cf9 100644 --- a/www/theme.css +++ b/www/theme.css @@ -3,7 +3,7 @@ --global-line-height: 1.4em; --font-stack: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; --background-color: #222225; - --page-width: 60em; + --page-width: 70em; --font-color: #e8e9ed; --invert-font-color: #222225; --secondary-color: #a3abba;