Skip to content

Commit c94acc5

Browse files
authored
Update style.css
1 parent a0de06e commit c94acc5

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
@@ -144,7 +144,7 @@ body > footer {
144144
/* Cards Grid */
145145
.cards-grid {
146146
display: grid;
147-
grid-template-columns: calc(50% - 32px) auto;
147+
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
148148
gap: 32px;
149149
}
150150

0 commit comments

Comments
 (0)