-
I ran some new tests for
display:flexsupport in HTML emails. And turns out Yahoo/AOL now support it (but notdisplay:inline-flex). This is very good because it meansdisplay:flex, with its default values, is very reliable now. caniemail.com/features/css-display-flex/ #emailgeeks -
Both those examples only rely on
display:flexand other well supported properties (likeheightormargin). No need forjustify-contentoralign-items(which unfortunately are still not as well supported).
