We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07ab3cc + 30d24f0 commit 5768436Copy full SHA for 5768436
src/examples/cards/blogCards/CenteredBlogCard.vue
@@ -47,7 +47,7 @@ const showDetails = (value) => {
47
<div class="">
48
<div class="card-header p-0 position-relative mt-n4 mx-3 z-index-2">
49
<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;"/>
+ <img :src="image" :alt="title" class="border-radius-lg" style="background-color: #cccccc; width: 100%;"/>
51
</a>
52
</div>
53
<div class="card-body text-center">
0 commit comments