Index: wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss
===================================================================
--- wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss	(revision 11596)
+++ 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:68rem) {
+		padding: 5rem 36px;
+	 }
 }
 
 
