From 75dcf4adddbba60daac77b53e1e24fe520a74d98 Mon Sep 17 00:00:00 2001 From: vas3k Date: Wed, 5 Feb 2020 18:41:04 +0100 Subject: [PATCH] More CSS fixes --- static/css/components.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/static/css/components.css b/static/css/components.css index 8acf160..e832374 100644 --- a/static/css/components.css +++ b/static/css/components.css @@ -273,14 +273,9 @@ z-index: 999; text-decoration: none; max-width: 100%; + font-size: 17px; } - @media only screen and (max-width : 800px) { - .article-tooltip { - font-size: 17px; - } - } - .article:hover > .article-tooltip { display: block; } @@ -295,14 +290,14 @@ .article-tooltip-title { display: block; font-weight: bold; - font-size: 105%; + font-size: 110%; } .article-tooltip-description { display: block; font-weight: normal; margin: 0; - font-size: 80%; + font-size: 85%; overflow: hidden; }