From 8736f3369ef796ddc8007abd465d4249fd329e94 Mon Sep 17 00:00:00 2001 From: vas3k Date: Thu, 14 May 2020 18:48:21 +0200 Subject: [PATCH] Fix CSS --- static/css/components.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/static/css/components.css b/static/css/components.css index 8706cdd..e3af3b7 100644 --- a/static/css/components.css +++ b/static/css/components.css @@ -203,7 +203,7 @@ } .feed-title { - margin-bottom: 10px; + margin-bottom: 15px; line-height: 1em; } @@ -212,8 +212,8 @@ } .feed-title img { - width: 32px; - height: 32px; + width: 40px; + height: 40px; margin-right: 10px; vertical-align: middle; float: left; @@ -221,6 +221,7 @@ .feed-title a { font-size: 130%; + line-height: 1.3em; color: var(--link-color); font-weight: bold; } @@ -228,7 +229,7 @@ .feed-title small { font-size: 70%; opacity: 0.7; - line-height: 2; + line-height: 1.0em; } .feed-articles {