Index: src/wp-content/themes/twentyseventeen/style.css
===================================================================
--- src/wp-content/themes/twentyseventeen/style.css	(revision 39370)
+++ src/wp-content/themes/twentyseventeen/style.css	(working copy)
@@ -2237,6 +2237,10 @@
 	margin: 0 0 1.5em;
 }
 
+.page:not(.home) #content {
+	padding-bottom: 1.5em;
+}
+
 /* 404 page */
 
 .error404 .page-content {
@@ -3655,7 +3659,7 @@
 	/* Posts */
 
 	.site-content {
-		padding: 6.5em 0 0;
+		padding: 5.5em 0 0;
 	}
 
 	.single-post .entry-title,
@@ -3816,6 +3820,10 @@
 		margin-bottom: 4em;
 	}
 
+	.page:not(.home) #content {
+		padding-bottom: 3.25em;
+	}
+
 	/* 404 page */
 
 	.error404 .page-content {
