diff --git a/src/scheduler/templates/gallery.html b/src/scheduler/templates/gallery.html index 446c2a5..4062bfc 100644 --- a/src/scheduler/templates/gallery.html +++ b/src/scheduler/templates/gallery.html @@ -14,7 +14,7 @@ .gallery { display: grid; - grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); } .gallery .gallery-item {