the previous method to write mobile side is full rem layout, except for the border of 1px, px will be replaced with rem, and then js dynamically sets the width of the html tag when the page is visited for the first time.
but some colleagues have mentioned that if you all use rem, the font in the small screen will be too small to see more content on the big screen than on the small screen.
but I"m a little confused. If using px ensures the font size, does it mean that the layout of the small screen will be misplaced because it can"t hold the corresponding things?
ask the great god for advice ~