diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 8d902c5bc6..b50d81f361 100644
a
|
b
|
figure.wp-block-table.is-style-stripes { |
3530 | 3530 | margin: 4rem auto; |
3531 | 3531 | } |
3532 | 3532 | |
| 3533 | .entry-content > .alignwide:first-child, |
| 3534 | .entry-content > .alignfull:first-child { |
| 3535 | margin-top: 0 !important; |
| 3536 | } |
| 3537 | |
3533 | 3538 | /* Font Families ----------------------------- */ |
3534 | 3539 | |
3535 | 3540 | .entry-content { |
… |
… |
a.to-the-top > * { |
5917 | 5922 | /*rtl:ignore*/ |
5918 | 5923 | margin-left: 0; |
5919 | 5924 | } |
5920 | | |
| 5925 | |
5921 | 5926 | .wp-block-image .aligncenter figcaption { |
5922 | 5927 | text-align: center; |
5923 | 5928 | } |
… |
… |
a.to-the-top > * { |
6341 | 6346 | } |
6342 | 6347 | |
6343 | 6348 | /* Entry Content ------------------------- */ |
| 6349 | .entry-content > .alignwide:first-child, |
| 6350 | .entry-content > .alignfull:first-child { |
| 6351 | margin-bottom: 8rem; |
| 6352 | } |
6344 | 6353 | |
6345 | 6354 | /* ALIGNMENT CLASSES */ |
6346 | 6355 | |