fixing ie issue with row
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 27 Feb 2018 21:50:50 +0000 (16:50 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 27 Feb 2018 21:50:50 +0000 (16:50 -0500)
fixing ie issue with fullwidth row

css/app.css
scss/_utility.scss

index ee53405..b381352 100644 (file)
@@ -6207,7 +6207,7 @@ img.alignleft {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
-  max-width: initial; }
+  max-width: 100%; }
 
 .fullViewport {
   width: 100vw; }
index cbff1bc..b62cf80 100644 (file)
@@ -2,7 +2,7 @@
     width: 100%;
     margin-left: auto;
     margin-right: auto;
-    max-width: initial;
+    max-width: 100%;
 }
 .fullViewport{
     width: 100vw;