diff --git a/src/components/item_card/ItemCard.vue b/src/components/item_card/ItemCard.vue index 1675dd7..b342076 100644 --- a/src/components/item_card/ItemCard.vue +++ b/src/components/item_card/ItemCard.vue @@ -125,4 +125,11 @@ export default { flex-direction: column; justify-content: space-between; } + +.card-content { + height: 100%; + display: flex; + flex-direction: column; + justify-content: space-between; +}