diff --git a/src/components/quote_card/quote_card.vue b/src/components/quote_card/quote_card.vue index 64f8b6a9..061e83bc 100644 --- a/src/components/quote_card/quote_card.vue +++ b/src/components/quote_card/quote_card.vue @@ -20,7 +20,7 @@ .quote-card { display: flex; - flex-direction: row; + flex-direction: column; cursor: pointer; overflow: hidden; margin-top: 0.5em;