diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 380e7bd53e..71db7728b6 100644
|
a
|
b
|
a.to-the-top > * { |
| 5951 | 5951 | /* ALIGNMENT CLASSES */ |
| 5952 | 5952 | |
| 5953 | 5953 | .entry-content > .alignleft, |
| 5954 | | .entry-content > p .alignleft, |
| 5955 | | .entry-content > .wp-block-image .alignleft { |
| | 5954 | .entry-content > p .alignleft { |
| 5956 | 5955 | position: absolute; |
| 5957 | 5956 | |
| 5958 | 5957 | /*rtl:ignore*/ |
| … |
… |
a.to-the-top > * { |
| 6001 | 6000 | |
| 6002 | 6001 | .entry-content > .alignright, |
| 6003 | 6002 | .entry-content > p .alignright, |
| 6004 | | .entry-content > .wp-block-image .alignright, |
| 6005 | 6003 | [class*="__inner-container"] > .alignright { |
| 6006 | 6004 | position: absolute; |
| 6007 | 6005 | |