Explorar o código

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

Allan Cole %!s(int64=6) %!d(string=hai) anos
pai
achega
ea91577a13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      altofocus/style.css

+ 1 - 1
altofocus/style.css

@@ -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;