]> git.parisson.com Git - mezzo.git/commitdiff
Fix files
authorPhilippe Barbosa <contact@philippebarbosa.com>
Tue, 12 Apr 2016 15:38:50 +0000 (17:38 +0200)
committerPhilippe Barbosa <contact@philippebarbosa.com>
Tue, 12 Apr 2016 15:38:50 +0000 (17:38 +0200)
app/festival/static/js/index.js
app/festival/static/scss/modules/event-card.scss

index 6364cd9402dd42412c90a365ae205cada9d1d65c..781c109dbc1c6443096a2e81807926b5db97ac8c 100644 (file)
@@ -82,7 +82,6 @@ $(function() {
         onBeforeStart: function(el) {},
         onSliderLoad: function(el) {
             $(".hero__slider").addClass('is-ready');
-            console.log('is-ready');
         },
         onBeforeSlide: function(el) {},
         onAfterSlide: function(el) {
index 363830391174d4fb49afb67d26e69c83e1723b76..19734450b6a0e22abb5645ae395bec9d3a92dfe6 100644 (file)
@@ -14,8 +14,8 @@
   }
 
   @media (min-width : $tablet ) {
-      // float: left;
-      // width: 31%;
+      float: left;
+      width: 31%;
       // margin: 0 .5rem 1rem .5rem;
       &:hover {
         box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.8);