We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c7e36 commit 505909cCopy full SHA for 505909c
1 file changed
_includes/section-navigation-tiles_mod.html
@@ -30,7 +30,7 @@ <h3 class="page-tile-title" style="margin-top: 0.0rem">{{ page.title }}</h3>
30
31
.page-tiles-list {
32
display: grid;
33
- grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
34
gap: 20px;
35
}
36
0 commit comments