Index: src/wp-content/themes/twentyseventeen/rtl.css
===================================================================
--- src/wp-content/themes/twentyseventeen/rtl.css	(revision 38890)
+++ src/wp-content/themes/twentyseventeen/rtl.css	(working copy)
@@ -113,7 +113,7 @@
 
 .sticky .icon-pinned {
 	left: auto;
-	right: -1em;
+	right: -1.5em;
 }
 
 .prev.page-numbers .icon,
Index: src/wp-content/themes/twentyseventeen/style.css
===================================================================
--- src/wp-content/themes/twentyseventeen/style.css	(revision 38890)
+++ src/wp-content/themes/twentyseventeen/style.css	(working copy)
@@ -1770,10 +1770,10 @@
 
 .sticky .icon-pinned {
 	display: block;
-	height: 20px;
-	left: -1em;
+	height: 18px;
+	left: -1.5em;
 	position: absolute;
-	top: 1.75em;
+	top: 1.65em;
 	-ms-transform: rotate(-45deg); /* IE 9 */
 	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
 	transform: rotate(-45deg);
@@ -3652,8 +3652,8 @@
 
 	/* Blog, archive, search */
 
-	.sticky .icon {
-		height: 32px;
+	.sticky .icon-pinned {
+		height: 23px;
 		left: -2.5em;
 		top: 1.5em;
 		width: 32px;
@@ -3930,7 +3930,7 @@
 	.sticky .icon-pinned {
 		font-size: 32px;
 		font-size: 2rem;
-		height: 32px;
+		height: 22px;
 		left: -1.25em;
 		top: 0.75em;
 		width: 32px;
