forked from rDrama/rDrama
1
0
Fork 0

reduce letter spacing on mobile

master
Aevann 2024-05-23 23:35:12 +03:00
parent b63a7d4df9
commit b6cd61340f
1 changed files with 1 additions and 1 deletions

View File

@ -7165,7 +7165,7 @@ input[type=number] {
@media (max-width: 768px) {
.award-tab {
font-size: 9px !important;
letter-spacing: 1px !important;
letter-spacing: 0.8px !important;
max-width: 40%;
}