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/src/wp-content/themes/twentyseventeen/assets/css/blocks.css
+++ b/src/wp-content/themes/twentyseventeen/assets/css/blocks.css
@@ -53,10 +53,12 @@ p.has-drop-cap:not(:focus)::first-letter {
 }
 
 .wp-block-image figure.alignleft {
+	margin-top: 0;
 	margin-right: 1.5em;
 }
 
 .wp-block-image figure.alignright {
+	margin-top: 0;
 	margin-left: 1.5em;
 }
 
@@ -70,6 +72,11 @@ p.has-drop-cap:not(:focus)::first-letter {
 	box-shadow: none;
 }
 
+.entry-content > .wp-block-image:first-child figure.alignleft,
+.entry-content > .wp-block-image:first-child figure.alignright {
+	margin-top: 1.5em;
+}
+
 /* Gallery */
 
 .wp-block-gallery {
