From 8585e2e95598c335c3aea1551982bdb00c6c3abf Mon Sep 17 00:00:00 2001
From: hankhill19580 <hankhill19580@gmail.com>
Date: Mon, 24 Aug 2020 17:20:34 +0000
Subject: [PATCH] fix heading alignment for console news on light theme

---
 installer/resources/themes/console/light/console.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index 9668342695..37d7b146f8 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -1568,7 +1568,7 @@ hr + #newsStatus, hr + #newsStatus + #newsDisplay {
 div.news h3, #news h3 {
      background:  #f6f6fa !important;
      text-align: left;
-     padding: 6px 10px 5px 30px;
+     padding: 6px 10px 5px 15px;
      border: 1px solid #dee2e6;
      border-radius: 2px 2px 0 0;
      font-size: 10pt !important;
@@ -1581,7 +1581,7 @@ div.news h3, #news h3 {
 
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
 div.news h3, #news h3 {
-     padding: 7px 10px 5px 30px;
+     padding: 7px 10px 5px 15px;
 }
 }
 
-- 
GitLab