From 108c61cca69ee5853edc46fbc124c3774fd802b1 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sat, 9 May 2020 01:37:50 +0300 Subject: [PATCH] fix community page banner --- static/css/newcommunity.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/newcommunity.css b/static/css/newcommunity.css index bedfedb267..91e6f2abf5 100644 --- a/static/css/newcommunity.css +++ b/static/css/newcommunity.css @@ -83,10 +83,10 @@ body { } .banner1 { -position:relative; -float:left; -width:100%; - + position:relative; + float:left; + width:100%; + padding-left: 0 !important; }