From 46410994f2312a2b0ca2c26f2152def86d24e228 Mon Sep 17 00:00:00 2001 From: Drina_Rincon Date: Thu, 21 Apr 2022 17:38:52 -0300 Subject: [PATCH] Modificar quote centrar autor y poner mas lineas en el profile --- src/components/quote/Quote.js | 2 +- src/components/quote/quote.scss | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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; }