diff options
Diffstat (limited to 'client/src/components')
-rw-r--r-- | client/src/components/ProductCard.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/ProductCard.vue b/client/src/components/ProductCard.vue index 849c360..ebf3beb 100644 --- a/client/src/components/ProductCard.vue +++ b/client/src/components/ProductCard.vue @@ -1,5 +1,5 @@ <template> - <div class="card"> + <div class="card mb-3"> <img :src="ImgLink" class="card-img-top"> <div class="card-body"> <h5 class="card-title">{{ Name }}</h5> |