# HG changeset patch # User Stefania Trabucchi # Date 1390548983 -3600 # Node ID 76d113bdb8c7390dde2f5c389827be4080656db6 # Parent 4610f9f5ee5b8fb4a25a2e48b35f86fcbad36c96 mediaqueries fixed diff -r 4610f9f5ee5b -r 76d113bdb8c7 static/css/bootstrap.css --- a/static/css/bootstrap.css Thu Jan 23 14:49:17 2014 +0100 +++ b/static/css/bootstrap.css Fri Jan 24 08:36:23 2014 +0100 @@ -6128,7 +6128,7 @@ /* media queries ------------------------------------ */@media (max-width: 767px) { .module-gallery .module-content { - height: 376px; + height: 405px; } .module-impression svg { display: none; diff -r 4610f9f5ee5b -r 76d113bdb8c7 static/less/pymove3d.less --- a/static/less/pymove3d.less Thu Jan 23 14:49:17 2014 +0100 +++ b/static/less/pymove3d.less Fri Jan 24 08:36:23 2014 +0100 @@ -150,7 +150,7 @@ ------------------------------------ */ @media (max-width: 767px) { .module-gallery .module-content { - height: 376px; + height: 405px; } .module-impression svg {display:none;} }