Skip to content

Commit bfd6094

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

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,13 @@ body > footer {
188188
/* Cards Grid */
189189
.cards-grid {
190190
display: grid;
191-
grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
192-
gap: 32px;
191+
column-gap: 1rem;
192+
grid-template-columns: repeat(2, 1fr);
193+
margin-bottom: 3rem;
194+
margin-left: Opx;
195+
margin-right: Opx;
196+
margin-top: 0.5rem;
197+
row-gap: 1rem;
193198
}
194199

195200
/* Tiles */

0 commit comments

Comments
 (0)