From 9a46266434798ff6b03de9e93ef07f9cc36c238b Mon Sep 17 00:00:00 2001 From: Christian Pierre MOMON Date: Sat, 10 Nov 2018 12:33:11 +0100 Subject: [PATCH] Reduced and centered content_zone. Increased responsive of content_zone. --- Charter/chapril.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Charter/chapril.css b/Charter/chapril.css index 3fe5884..3bbb121 100644 --- a/Charter/chapril.css +++ b/Charter/chapril.css @@ -30,11 +30,15 @@ body font-size: 16px; font-color: #243C5F; background-color: #ffffff; - /*padding: 0 10px;*/ - width: 100hv; + max-width: 1050px; + /* margin-left: 3rem; margin-right: 3rem; margin-bottom: 7rem; + */ + padding-left: 3rem; + padding-right: 3rem; + margin: 0 auto 7rem auto; line-height: 26px; }