mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user