Changing flex-direction from row-reverse to column fixes this in IE11

This commit is contained in:
Allan Cole 2019-02-08 16:31:52 -05:00
parent c2f6557f18
commit ea91577a13

View file

@ -3557,7 +3557,7 @@ object {
@media screen and (min-width: 50em) {
.site-header-wrap {
display: flex;
flex-direction: row-reverse;
flex-direction: column;
justify-content: space-between;
padding: 3.5em 0;
position: relative;