How to limit the maximum size when using vw as the mobile layout unit?

what I think of is to cooperate with vw and rem:

html {
    font-size: 10vw;
}

other units use rem

what"s a good idea if you don"t use rem,?

Css
Oct.22,2021

, that is, according to the screen size, cooperate with the media query

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3cf15-2b89e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3cf15-2b89e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?