Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
fix(Card): adjust Card footer padding (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored Dec 14, 2023
1 parent b5c86fc commit cda5438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cards/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const hasHeadContent = computed(() => !!slots.header || !!slots.subheader);
}
.footer {
@apply py-2 px-1 flex space-x-2 items-center justify-start mt-auto;
@apply pb-4 px-4 flex space-x-2 items-center justify-start mt-auto;
}
&.flat {
Expand Down

0 comments on commit cda5438

Please sign in to comment.