linea negra xd

This commit is contained in:
casnet1
2020-10-26 23:59:18 -06:00
parent 89eb22bae5
commit 88ac83e1f5
+4 -1
View File
@@ -60,7 +60,7 @@
:class="{ active: idx == 0 }">
<img :src="item.img" class="card-img-top" alt="img" />
<div class="card-body">
<div class="card-body ">
<h5 class="text-center"> <b >${{item.precio}}</b></h5>
<p class="card-text overflow-clip">{{item.descripcion}}</p>
</div>
@@ -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 ;