Fix font-size bug for mobile
C
Carter Cochran
Currently, we're able to set mobile specific font sizes, but they don't work. They don't even work in the preview on the desktop version of the app. I inspected the code, and the font sizes do not change - even though you have set it as a CSS !important. If you adjust the font size for mobile, all it does is add more and more padding for each line.
Log In