diff --git a/src/components/quote_card/quote_card.vue b/src/components/quote_card/quote_card.vue index 7f114938..8cd7eb23 100644 --- a/src/components/quote_card/quote_card.vue +++ b/src/components/quote_card/quote_card.vue @@ -18,7 +18,7 @@ .quote-card { display: flex; - flex-direction: row; + flex-direction: column; cursor: pointer; overflow: hidden; margin-top: 0.5em;