Index: trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss
===================================================================
--- trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss	(revision 22746)
+++ trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss	(working copy)
@@ -298,6 +298,9 @@
 // For the homepage, we don't want to have the default site main padding
 body.home #page .site-main {
 	padding: 5rem 0;
+	@media screen and (max-width:64rem) {
+		padding: 5rem 0.75rem;
+	}
 }
 
 
