diff --git a/src/view/Home.vue b/src/view/Home.vue index fbc3060..5f8cb6a 100644 --- a/src/view/Home.vue +++ b/src/view/Home.vue @@ -60,7 +60,7 @@ :class="{ active: idx == 0 }"> img -
+
${{item.precio}}

{{item.descripcion}}

@@ -159,6 +159,9 @@ white-space: nowrap; overflow-x: hidden; } +.card-body{ + border-top: 1px solid black !important; +} .VueCarousel-wrapper{ overflow-x:inherit ; overflow-y:inherit ;