From 7d792329d2f040bf67c85a88e0543298677b38bd Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 14 Nov 2021 18:28:35 -0500 Subject: [PATCH] increased the margin around the message reading boxes --- webcit-ng/static/css/webcit.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index b1b2fa461..4ed39efb8 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -16,10 +16,7 @@ html,body,h1,h2,h3,h4,h5 { overflow: hidden; border-radius: 25px; background-color: white; - margin-left: 4px; - margin-top: 4px; - margin-bottom: 4px; - margin-right: 4px; + margin: 8px; padding: 4px; /* inside the box */ } -- 2.39.2