From f786970059bb43d90a0af58ada5a751ae02039e7 Mon Sep 17 00:00:00 2001
From: Sarath A R <sarath@awsm.in>
Date: Thu, 8 Jun 2023 19:12:57 +0530
Subject: [PATCH] Fixed #58495
---
src/wp-content/themes/twentytwenty/style-rtl.css | 4 +++-
src/wp-content/themes/twentytwenty/style.css | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index 7ba2ccc683..1e1bd2081f 100644
a
|
b
|
figure.wp-block-gallery.alignfull { |
3230 | 3230 | .wp-block-pullquote blockquote p { |
3231 | 3231 | font-family: inherit; |
3232 | 3232 | font-size: 2.8rem; |
3233 | | font-weight: 700; |
3234 | 3233 | line-height: 1.178571429; |
3235 | 3234 | letter-spacing: -0.041785714em; |
3236 | 3235 | max-width: 100%; |
3237 | 3236 | } |
| 3237 | .wp-block-pullquote blockquote em{ |
| 3238 | font-weight: inherit; |
| 3239 | } |
3238 | 3240 | |
3239 | 3241 | .wp-block-pullquote p:last-of-type { |
3240 | 3242 | margin-bottom: 0; |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 7ebe6d1ea3..ee4ed5c8fc 100644
a
|
b
|
figure.wp-block-gallery.alignfull { |
3250 | 3250 | .wp-block-pullquote blockquote p { |
3251 | 3251 | font-family: inherit; |
3252 | 3252 | font-size: 2.8rem; |
3253 | | font-weight: 700; |
3254 | 3253 | line-height: 1.178571429; |
3255 | 3254 | letter-spacing: -0.041785714em; |
3256 | 3255 | max-width: 100%; |
3257 | 3256 | } |
| 3257 | .wp-block-pullquote blockquote em{ |
| 3258 | font-weight: inherit; |
| 3259 | } |
3258 | 3260 | |
3259 | 3261 | .wp-block-pullquote p:last-of-type { |
3260 | 3262 | margin-bottom: 0; |