From e61bf90ae121d8d9c22e40a1f069167b63e31efb Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 17 Jul 2019 13:06:22 -0400 Subject: [PATCH] wider max-width on blog --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 8838af5a..dc56d1dd 100644 --- a/static/style.css +++ b/static/style.css @@ -513,7 +513,7 @@ body#notes { font-weight: 400; margin: 0 auto; padding: 20px 10%; - max-width: 1150px; + max-width: 1350px; } body#notes a {