diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index 77ec6bcb0b..f865da5967 100644
a
|
b
|
h2.entry-title { |
2788 | 2788 | } |
2789 | 2789 | |
2790 | 2790 | .has-text-align-right { |
2791 | | text-align: left; |
| 2791 | text-align: right; |
2792 | 2792 | } |
2793 | 2793 | |
2794 | 2794 | .has-drop-cap:not(:focus)::first-letter { |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 231104da6c..f6a72a9e47 100644
a
|
b
|
h2.entry-title { |
2806 | 2806 | } |
2807 | 2807 | |
2808 | 2808 | .has-text-align-right { |
| 2809 | |
| 2810 | /*rtl:ignore*/ |
2809 | 2811 | text-align: right; |
2810 | 2812 | } |
2811 | 2813 | |