Skip to content

Commit 3c9e565

Browse files
authored
Update style.css
1 parent aaa107b commit 3c9e565

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ body > footer {
125125
}
126126

127127
.cards-grid {
128-
display: grid;
129-
grid-template-columns: calc(50% - 32px) auto;
130-
gap: 32px;
128+
display: grid;
129+
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
130+
gap: 32px;
131131
}
132132

133133
.cards-grid-box {

0 commit comments

Comments
 (0)