From 50e366997929ef38e57bc809d8119ed44b6d4fbd Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sat, 18 May 2019 02:21:27 -0400 Subject: [PATCH] Reduce line length --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3513c80..27119fc 100644 --- a/style.css +++ b/style.css @@ -990,7 +990,7 @@ Site content } .content-area { - grid-column: 3 / 8; + grid-column: 5 / 9; max-width: 100%; }