From e310643df882dd1256cd74762806e67bba50e2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=ABl?= Date: Thu, 17 Aug 2023 15:24:37 +0200 Subject: [PATCH] Centered Layout --- themes/noelmrtn-theme/static/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/noelmrtn-theme/static/css/style.css b/themes/noelmrtn-theme/static/css/style.css index 4305b3d..b32e9fe 100644 --- a/themes/noelmrtn-theme/static/css/style.css +++ b/themes/noelmrtn-theme/static/css/style.css @@ -1,6 +1,7 @@ body { - max-width: 800px; + max-width: 1000px; font-family: Arial, Helvetica, sans-serif; + margin: 1em auto; } h1 { @@ -71,4 +72,4 @@ blockquote.hint { color: #004085; border-color: #b8daff; background-color: #cce5ff; -} \ No newline at end of file +}