edits to arrow position on hover
authorIan Weller <ian@gaslightmedia.com>
Thu, 7 Jan 2016 19:08:36 +0000 (14:08 -0500)
committerIan Weller <ian@gaslightmedia.com>
Thu, 7 Jan 2016 19:08:36 +0000 (14:08 -0500)
css/app.css
scss/_main.scss

index 6b15c1d..8d5672f 100644 (file)
@@ -6691,7 +6691,7 @@ main.page-inside {
         content: url(../assets/arrow-down.png);
         right: 25px;
         position: absolute;
-        top: 25px; }
+        top: 10px; }
     .blocks #block-1 h2, .blocks #block-2 h2, .blocks #block-3 h2 {
       position: absolute;
       bottom: 5px; }
index d32c7d5..f0d432f 100644 (file)
@@ -154,7 +154,7 @@ main.page-inside {
                     content: url(../assets/arrow-down.png);
                     right: 25px;
                     position: absolute;
-                    top: 25px;
+                    top: 10px;
                 }
             }
         }