From 88ac83e1f583126b664118286fbe35fe1f6de3ff Mon Sep 17 00:00:00 2001 From: casnet1 Date: Mon, 26 Oct 2020 23:59:18 -0600 Subject: [PATCH] linea negra xd --- src/view/Home.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ;