Browse Source

Improve responsivity of gallery

Riccardo Balbo 4 years ago
parent
commit
b148243ccd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/css/style.less

+ 1 - 1
static/css/style.less

@@ -1331,7 +1331,7 @@ section#showcase {
     }
     }
 
 
     &.gallery {
     &.gallery {
-        min-height: ~"min(56vw, 60vh)";
+        min-height: 30vmax;
     }
     }
 
 
     #showCasePrev {
     #showCasePrev {