From a1e718801b7fc620bc73cb37aaeecbf69cf31dd3 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Fri, 1 Oct 2021 01:37:38 -0400 Subject: [PATCH] Adjust content width Using less than 50% of screen width to display my text was stupid, so increase it significantly. --- themes/hugo-uno/static/css/uno.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hugo-uno/static/css/uno.css b/themes/hugo-uno/static/css/uno.css index d2616ce..ce49767 100644 --- a/themes/hugo-uno/static/css/uno.css +++ b/themes/hugo-uno/static/css/uno.css @@ -2027,8 +2027,8 @@ pre { .content-wrapper { z-index: 800; - width: 60%; - max-width: 800px; + width: 80%; + max-width: 1280px; margin-left: 40%; } .content-wrapper__inner {