aboutsummaryrefslogtreecommitdiff
path: root/client/src/components/ProductCard.vue
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-07-31 03:00:29 +0200
committerMateja <mail@matejamaric.com>2021-07-31 03:00:29 +0200
commitba3efb90e53fb5dba1b9c4f5f819327be84120d1 (patch)
treeec5f0cd65f79c0a4f9c6b3f91d3110945be86059 /client/src/components/ProductCard.vue
parent7b513296c114b7cf216861b038b118722c3815ba (diff)
downloadmevn-ecommerce-ba3efb90e53fb5dba1b9c4f5f819327be84120d1.tar.gz
mevn-ecommerce-ba3efb90e53fb5dba1b9c4f5f819327be84120d1.zip
Small UI improvements.HEADmain
Diffstat (limited to 'client/src/components/ProductCard.vue')
-rw-r--r--client/src/components/ProductCard.vue2
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>