From 9da42068452715f9defaf8f1beea46d23c0d1a38 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Thu, 18 Jan 2024 14:06:13 -0700 Subject: [PATCH] Merge pull request #16574 from overleaf/mf-fix-text-align-quote-card [website-redesign] Fix quote author title text is not center aligned on mobile GitOrigin-RevId: 24c8e0b0df1d8ebfa6bc0931f5f3ea25880f5ab9 --- services/web/frontend/stylesheets/app/website-redesign.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/website-redesign.less b/services/web/frontend/stylesheets/app/website-redesign.less index e6a1e4e416..6f81917cd7 100644 --- a/services/web/frontend/stylesheets/app/website-redesign.less +++ b/services/web/frontend/stylesheets/app/website-redesign.less @@ -352,12 +352,12 @@ background: var(--deep-green); color: white; border-radius: 16px; + text-align: center; blockquote { font-size: 1.875rem; // 30px font-weight: 600; line-height: 1.26; - text-align: center; @media (max-width: @screen-sm-max) { font-size: 1.5rem; // 24px