diff --git a/src/components/quote/Quote.js b/src/components/quote/Quote.js index ae5f1a92..f7f93f1a 100644 --- a/src/components/quote/Quote.js +++ b/src/components/quote/Quote.js @@ -63,7 +63,7 @@ const Quote = ({ src={profile.url} alt="quote author" /> -
+
diff --git a/src/components/quote/quote.scss b/src/components/quote/quote.scss index 413af895..c07cb102 100644 --- a/src/components/quote/quote.scss +++ b/src/components/quote/quote.scss @@ -29,11 +29,9 @@ line-height: 35px; } &-text { - max-height: 300px; margin-bottom: 0; - text-align: justify; display: -webkit-box; - -webkit-line-clamp: 3; + -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }