Skip to content

Commit 5768436

Browse files
Merge pull request #19 from secultce/develop
Largura das imagens dos cards
2 parents 07ab3cc + 30d24f0 commit 5768436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/cards/blogCards/CenteredBlogCard.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const showDetails = (value) => {
4747
<div class="">
4848
<div class="card-header p-0 position-relative mt-n4 mx-3 z-index-2">
4949
<a :href="action.route" class="d-block blur-shadow-image image-cursor-point" @click="showDetails(id)" >
50-
<img :src="image" :alt="title" class="img-fluid border-radius-lg" style="background-color: #cccccc; width: 328px;"/>
50+
<img :src="image" :alt="title" class="border-radius-lg" style="background-color: #cccccc; width: 100%;"/>
5151
</a>
5252
</div>
5353
<div class="card-body text-center">

0 commit comments

Comments
 (0)