Index: public_html/wp-content/themes/pub/wporg-breathe/style.css
===================================================================
--- public_html/wp-content/themes/pub/wporg-breathe/style.css	(revision 11615)
+++ public_html/wp-content/themes/pub/wporg-breathe/style.css	(working copy)
@@ -1139,7 +1139,13 @@
 		width: 0;
 	}
 }
-
+@media (max-width: 425px) {
+	.feature {
+		display:inline-block;
+		margin:3px 0px;
+		vertical-align: middle;
+	}
+}
 nav.handbook-navigation {
 	font-size: 14px;
 	margin: 2em 0;
Index: public_html/wp-content/themes/pub/wporg-plugins/client/components/_plugin-section.scss
===================================================================
--- public_html/wp-content/themes/pub/wporg-plugins/client/components/_plugin-section.scss	(revision 11615)
+++ public_html/wp-content/themes/pub/wporg-plugins/client/components/_plugin-section.scss	(working copy)
@@ -16,6 +16,8 @@
 		font-size: ms( 4 );
 		font-weight: 400;
 		margin-bottom: 3rem;
+		padding-right: 3.25rem;
+		
 	}
 
 	.section-link {
Index: public_html/wp-content/themes/pub/wporg-showcase/style.css
===================================================================
--- public_html/wp-content/themes/pub/wporg-showcase/style.css	(revision 11615)
+++ public_html/wp-content/themes/pub/wporg-showcase/style.css	(working copy)
@@ -491,7 +491,7 @@
 
 .wpsc-slide-nav .wpsc-slide-pager span {
 	display: inline-block;
-	text-indent: -1000%;
+	text-indent: -9999%;
 
 	background: #dcdcdc;
 	border: 1px #bcbcbc solid;
