Typically, emails are coded starting with an old school, table based desktop version, with mobile styles applied through a
max-width
media query to reflow the tables. In email clients that don’t support this, this approach can result in inconsistent rendering and difficult to read emails.We’re going to flip the formula and start with the mobile version first instead, then work our way back to the desktop version.
Great resource!