diff --git a/src/wp-content/themes/twentyseventeen/assets/css/blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/blocks.css
index 65efb8378a..46ecf2ca15 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
53 | 53 | } |
54 | 54 | |
55 | 55 | .wp-block-image figure.alignleft { |
| 56 | margin-top: 0; |
56 | 57 | margin-right: 1.5em; |
57 | 58 | } |
58 | 59 | |
59 | 60 | .wp-block-image figure.alignright { |
| 61 | margin-top: 0; |
60 | 62 | margin-left: 1.5em; |
61 | 63 | } |
62 | 64 | |
… |
… |
p.has-drop-cap:not(:focus)::first-letter { |
70 | 72 | box-shadow: none; |
71 | 73 | } |
72 | 74 | |
| 75 | .entry-content > .wp-block-image:first-child figure.alignleft, |
| 76 | .entry-content > .wp-block-image:first-child figure.alignright { |
| 77 | margin-top: 1.5em; |
| 78 | } |
| 79 | |
73 | 80 | /* Gallery */ |
74 | 81 | |
75 | 82 | .wp-block-gallery { |