Skip to content

Commit

Permalink
fixup! feat(vth): render themas with card
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjong committed Oct 2, 2023
1 parent ffc010f commit 9241185
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion apps/vth-frontend/src/components/Card/index.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
}

.utrecht-card__content {
padding: 0 1rem 1rem;
padding-block-start: 0;
padding-block-end: 1rem;
padding-inline-start: 1rem;
padding-inline-end: 1rem;
}
2 changes: 1 addition & 1 deletion apps/vth-frontend/src/components/Grid/index.style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.utrecht-grid {
display: grid;
grid-auto-rows: auto;
grid-column-gap: 0.5rem;
grid-row-gap: 0.5rem;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows: auto;
max-width: 70rem;
padding-block-end: 0;
}
Expand Down

0 comments on commit 9241185

Please sign in to comment.