From 1b01628ca42f5040fd18fc54054699cf8fb27be1 Mon Sep 17 00:00:00 2001 From: erreur401 Date: Sun, 24 Sep 2023 12:01:07 +0200 Subject: [PATCH] content wrapper 60% width to make it look nicer --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 78256f4..fa27c84 100644 --- a/static/style.css +++ b/static/style.css @@ -161,7 +161,7 @@ ul li h2:before{ } #content-wrapper{ - width:90%; + width:60%; margin:auto ; font-size:1.5em!important; }