Skip to content

Commit

Permalink
fix: cards should have the same size
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Oct 7, 2024
1 parent cd10456 commit d94ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const isLink = computed(() => !!props.href)
display: flex;
max-width: 250px;
box-sizing: border-box;
height: fit-content;
height: auto;
}
.icon {
Expand Down

0 comments on commit d94ae3a

Please sign in to comment.