I currently have an email template that is functioning perfectly, but I am looking to take it to the next level. The top navigation of the email consists of 4 columns of text. To ensure that it appears well on both desktop and mobile devices, the font size needs to be set at 13. This adjustment prevents odd line breaks on mobile screens and maintains the navigation in a single line.
My question is, is it possible to have the font size for the navigation set at 16 on desktop, and then automatically scale down to 13 on mobile devices?
Refer to the screenshot below. I believe this can be accomplished using media queries and CSS, but I would appreciate any guidance or assistance from you all!
I aim to have larger font sizes for text displayed on desktops, while ensuring that the same text scales down appropriately for mobile users.