diff --git a/CSS/index/lens.css b/CSS/index/lens.css index 1894d2c..0c7c086 100644 --- a/CSS/index/lens.css +++ b/CSS/index/lens.css @@ -140,6 +140,6 @@ } #area_lens_content { width: 99%; - grid-template-columns: repeat(auto-fill, minmax(8em, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(12em, 1fr)); } } \ No newline at end of file diff --git a/JS/INDEX/lens.js b/JS/INDEX/lens.js index 7276332..89c066e 100644 --- a/JS/INDEX/lens.js +++ b/JS/INDEX/lens.js @@ -28,8 +28,6 @@ function lensLayout() { + '

' ); - console.log($('.lens_content:eq(' + i + ') img').css('height')) - $('.lens_content:eq(' + i + ')').css("grid-row-end", `span ${Math.floor(newHeight) + 1}`); } });