I am working on a Media Query element of my portfolio where the breakpoint's conversion is leading to different font sizes. For example -
if the breakpoint is 1200px then the em would be 75. so why the font-size is 60%?
@media (max-width: 75em) {html {font-size: 60%;}}