Skip to content

Commit 505909c

Browse files
committed
Stop activity tile on incomplete row from spanning page
1 parent d3c7e36 commit 505909c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/section-navigation-tiles_mod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3 class="page-tile-title" style="margin-top: 0.0rem">{{ page.title }}</h3>
3030

3131
.page-tiles-list {
3232
display: grid;
33-
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
33+
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
3434
gap: 20px;
3535
}
3636

0 commit comments

Comments
 (0)