Changes

Jump to navigation Jump to search
comments
Line 48: Line 48:  
   transition: all 0.3s ease-out;
 
   transition: all 0.3s ease-out;
 
}
 
}
 +
 
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
 
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
 
   margin-bottom: 0;
 
   margin-bottom: 0;
Line 66: Line 67:  
}
 
}
 
@media only screen and (max-width : 1050px) and (min-width : 651px) {
 
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
+
   /* Small desktop / ipad view: 4 tiles */
 
   .mpg-box {
 
   .mpg-box {
       width: 50%;
+
       width: 25%;
       padding-bottom: 50%;
+
       padding-bottom: 25%;
 
   }
 
   }
 
}
 
}

Navigation menu