diff options
-rw-r--r-- | view/css/choklet_bannertwo.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/css/choklet_bannertwo.css b/view/css/choklet_bannertwo.css index 014c2c893..92150ac94 100644 --- a/view/css/choklet_bannertwo.css +++ b/view/css/choklet_bannertwo.css @@ -14,6 +14,10 @@ header #banner { overflow-x: hidden; } +#blog-banner .widget { + border: none; +} + main { display: table; table-layout: fixed; @@ -48,7 +52,7 @@ section { margin-right: 15px; width: 100%; display: table-cell; - padding-bottom: 200px; + padding: 0 10px 200px 10px; } #region_3 { |