Skip to content

Commit

Permalink
Update cards.css
Browse files Browse the repository at this point in the history
  • Loading branch information
asejain authored Dec 9, 2023
1 parent 90a885b commit 6f3ad32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/cards/cards.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.cards > ul {
list-style: none;
margin: 0;
padding: 100;
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 160px;
grid-gap: 16px;
}

.cards > ul > li {
Expand Down

0 comments on commit 6f3ad32

Please sign in to comment.