forked from rDrama/rDrama
1
0
Fork 0

fix prev commit

master
Aevann 2023-10-28 21:57:58 +03:00
parent 50f061b416
commit adac4f85e8
1 changed files with 3 additions and 3 deletions

View File

@ -7506,12 +7506,12 @@ p { /* DO NOT REMOVE */
} }
#hole-name { #hole-name {
font-size: max(14px, 1.2vw); font-size: 1.5vw;
} }
@media (min-width: 768px) { @media (max-width: 768px) {
#hole-name { #hole-name {
font-size: 1.5vw; font-size: max(14px, 1.2vw);
max-width: 25vw; max-width: 25vw;
} }
} }