forked from rDrama/rDrama
1
0
Fork 0

add max-width to the hole name block on mobile

master
Aevann 2023-10-28 21:55:16 +03:00
parent c333bda30c
commit 8d17fb2ab4
1 changed files with 1 additions and 0 deletions

View File

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