adjustments for IE11
authorIan Weller <ian@gaslightmedia.com>
Tue, 12 Apr 2016 13:40:49 +0000 (09:40 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 12 Apr 2016 13:40:49 +0000 (09:40 -0400)
css/app.css
scss/_main.scss

index 0ce5d60..c84471b 100644 (file)
@@ -6517,7 +6517,8 @@ a.menu-icon span {
             text-shadow: 0 -1 1px #008752; }
 
 main {
-  margin-top: 75px; }
+  position: relative;
+  top: 75px; }
 
 .statements {
   background: #f2f7fb;
index b2b9f5c..e43e475 100644 (file)
@@ -1,5 +1,6 @@
 main {
-    margin-top: 75px;
+    position: relative;
+    top: 75px;
 }
 a:hover {