Index: src/wp-content/themes/twentyseventeen/style.css
===================================================================
--- src/wp-content/themes/twentyseventeen/style.css	(revision 38871)
+++ src/wp-content/themes/twentyseventeen/style.css	(working copy)
@@ -3077,6 +3077,21 @@
 ## Media Queries
 --------------------------------------------------------------*/
 
+@media screen and (min-width: 20em) {
+
+	/* Pagination */
+
+	.page-numbers {
+		display: none;
+	}
+
+	.prev.page-numbers,
+	.next.page-numbers {
+		display: inline-block;
+		width: 4em;
+	}
+}
+
 @media screen and (min-width: 30em) {
 
 	/* Typography */
@@ -3199,6 +3214,18 @@
 	.gallery-columns-4 .gallery-item {
 		max-width: 25%;
 	}
+
+	/* Pagination */
+
+	.page-numbers {
+		display: inline;
+	}
+
+	.prev.page-numbers,
+	.next.page-numbers {
+		display: inline-block;
+		width: auto;
+	}
 }
 
 @media screen and (min-width: 48em) {
