linea negra xd
This commit is contained in:
+4
-1
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user