Skip to content

Commit

Permalink
refactor(components): remove x-axis margin and padding from the card
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Jan 18, 2024
1 parent f584cf3 commit 503d2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<script>
export default {
name: 'Card',
name: 'StatCard',
props: {
count: { type: Number, required: true },
description: { type: String, required: true },
Expand Down Expand Up @@ -55,7 +55,7 @@ export default {
}
.card-container {
@apply bg-white shadow my-5 mx-3 lg:w-2/4 lg:mx-5;
@apply bg-white shadow my-5 lg:w-2/4;
}
.content-container {
Expand Down

0 comments on commit 503d2f1

Please sign in to comment.