Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Jul 16, 2024
1 parent b17d202 commit 5768d04
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,15 @@
grid-template-columns: 1fr 1fr;
}

.cardsHeading {
flex: 1;
}

.cardsContainer {
display: grid;
grid-template-columns: 1fr 1fr;
}

.cardsHeading {
flex: 1;
}

.cardsContainer > :not(:last-child) {
margin-block-end: var(--web-app-size-md);
}
Expand Down

0 comments on commit 5768d04

Please sign in to comment.