diff --git a/app/index.html b/app/index.html
index 2678445..8808ea8 100644
--- a/app/index.html
+++ b/app/index.html
@@ -49,7 +49,7 @@
-
+
+
diff --git a/app/scripts/distribute_images.js b/app/scripts/distribute_images.js
index 6da5f2c..4dcd0a8 100644
--- a/app/scripts/distribute_images.js
+++ b/app/scripts/distribute_images.js
@@ -38,7 +38,7 @@ function distributeImages() {
const columns = [];
for (let i = 0; i < columnCount; i++) {
const column = document.createElement('div');
- column.classList.add("flex", "flex-col", "gap-y-5");
+ column.classList.add("flex", "flex-col", "gap-y-2", "sm:gap-y-5");
columns.push(column);
gallery.appendChild(column);
}