changed float style on product rows
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Dec 2015 16:23:09 +0000 (11:23 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Dec 2015 16:23:09 +0000 (11:23 -0500)
css/app.css
scss/_body.scss

index 46252ce..64e58b8 100644 (file)
@@ -6768,7 +6768,7 @@ body .shadow-wrapper {
 .product.list {
   height: 125px;
   padding: 15px 0px;
-  float: right;
+  float: left;
   border: 1px solid white; }
   .product.list:hover {
     border: 1px solid #1d63a0; }
index 7eaa410..ceeb742 100644 (file)
@@ -56,7 +56,7 @@ body {
 .product.list{
     height: 125px;
     padding: 15px 0px;
-    float: right;
+    float: left;
     border: 1px solid white;
     &:hover{
         border: 1px solid #1d63a0;