reduce the visitor count size on mobile

pull/142/head
Aevann 2023-03-17 09:21:07 +02:00
parent 884d450746
commit de243a7a2b
1 changed files with 2 additions and 2 deletions

View File

@ -5749,7 +5749,7 @@ img[src="/i/hand.webp"]+img[glow]:not([data-src]) {
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
color: white; color: white;
font-size: 14px; font-size: 11.5px;
} }
.srd *, .srd a:hover { .srd *, .srd a:hover {
color: white; color: white;
@ -7157,7 +7157,7 @@ input[type=number] {
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
.has_header { .has_header {
padding-top: 71.55px !important padding-top: 69.1px !important
} }
} }