From 2fc834129d1cb38172956dca32faf21836f22a91 Mon Sep 17 00:00:00 2001 From: putro Date: Wed, 15 Jan 2020 22:52:50 +0100 Subject: [PATCH] lower min-sidth and added padding --- themes/minimunit/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/minimunit/static/css/style.css b/themes/minimunit/static/css/style.css index dfee460..fd82c26 100644 --- a/themes/minimunit/static/css/style.css +++ b/themes/minimunit/static/css/style.css @@ -3,11 +3,11 @@ body { font-size: 100%; background-color: #F4F4E8; color: #333333; - min-width: 400px; + min-width: 300px; max-width: 600px; min-height: 200px; margin: 0 auto; - padding: 0; + padding: 20px; } .sitebanner {