fixing bad judgment I made for IE11
authorIan Weller <ian@gaslightmedia.com>
Tue, 12 Apr 2016 14:13:39 +0000 (10:13 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 12 Apr 2016 14:13:39 +0000 (10:13 -0400)
css/app.css
scss/_main.scss

index c84471b..bf2af5a 100644 (file)
@@ -6518,7 +6518,7 @@ a.menu-icon span {
 
 main {
   position: relative;
-  top: 75px; }
+  margin-top: 75px; }
 
 .statements {
   background: #f2f7fb;
index e43e475..4250431 100644 (file)
@@ -1,6 +1,6 @@
 main {
     position: relative;
-    top: 75px;
+    margin-top: 75px;
 }
 a:hover {