Minor styling arrows in homepage boxes
authorLaury GvR <laury@gaslightmedia.com>
Tue, 21 Oct 2014 17:00:17 +0000 (13:00 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 21 Oct 2014 17:00:17 +0000 (13:00 -0400)
css/app.css
scss/site/_structure.scss

index 0e6caed..9197f5f 100644 (file)
@@ -5959,8 +5959,8 @@ article h2 {
 
 .homepage_box_arrow > div {
   background-image: url("../assets/img/images/arrowOrangeRight.png");
-  width: 31px;
-  height: 28px;
+  width: 31.2px;
+  height: 27.5px;
   margin: 20px auto; }
 
 .homepage_box:hover .homepage_box_arrow > div {
index d212cdf..34ae803 100644 (file)
@@ -443,8 +443,8 @@ article h2 {
     }
     .homepage_box_arrow > div {
         background-image: url("../assets/img/images/arrowOrangeRight.png");
-        width: 31px;
-        height: 28px;
+        width: 31.2px;
+        height: 27.5px;
         margin: 20px auto;
     }
     .homepage_box:hover .homepage_box_arrow > div {