diff --git a/templates/gallery.html b/templates/gallery.html index 4164e7c..f39653b 100644 --- a/templates/gallery.html +++ b/templates/gallery.html @@ -7,7 +7,7 @@ <style> .gallery { display: grid; - grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); gap: 10px; } .gallery img {