From de243a7a2b93b611f2ea630dd5b7f3b851de08fa Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 17 Mar 2023 09:21:07 +0200 Subject: [PATCH] reduce the visitor count size on mobile --- files/assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index a001f2be1..9a5658813 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5749,7 +5749,7 @@ img[src="/i/hand.webp"]+img[glow]:not([data-src]) { font-weight: bold; white-space: nowrap; color: white; - font-size: 14px; + font-size: 11.5px; } .srd *, .srd a:hover { color: white; @@ -7157,7 +7157,7 @@ input[type=number] { @media (max-width: 767.98px) { .has_header { - padding-top: 71.55px !important + padding-top: 69.1px !important } }