Skip to content

Commit 0a7c890

Browse files
authored
Update style.css
1 parent 1a04bd0 commit 0a7c890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ body > footer {
188188
/* Cards Grid */
189189
.cards-grid {
190190
display: grid;
191-
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
191+
grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
192192
gap: 32px;
193193
}
194194

0 commit comments

Comments
 (0)