Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemloedeman committed Sep 12, 2024
1 parent a1c12a3 commit 7a3a10e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</nav>
</header>
<!-- Content -->
<div id="gallery" class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 space-x-2 sm:space-x-5">
<div id="gallery" class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 space-x-2 sm:space-x-5">
</div>

<!-- Footer -->
Expand Down
14 changes: 7 additions & 7 deletions app/scripts/distribute_images.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ const images = [
"image_4.jpg",
"image_12.jpg",
"image_6.jpg",
"image_13.jpg",
"image_2.jpg",
"image_8.jpg",
"image_0.jpg",
"image_1.jpg",
"image_13.jpg",
"image_11.jpg",
"image_9.jpg",
"image_10.jpg",
"image_8.jpg",
"image_15.jpg",
"image_3.jpg",
"image_11.jpg",
"image_14.jpg",
"image_3.jpg",
"image_0.jpg",
"image_10.jpg",
"image_1.jpg",
];

const twoColumnThreshold = 640;
Expand Down

0 comments on commit 7a3a10e

Please sign in to comment.