Index: wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
===================================================================
--- wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css	(revision 11905)
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css	(working copy)
@@ -843,6 +843,7 @@
 	max-width: 940px;
 	margin: 0px auto;
 	padding: 0;
+	margin-top: 20px;
 }
 
 .make-welcome .entry-content h4,
@@ -941,6 +942,12 @@
 	}
 }
 
+@media screen and (max-width: 1024px) {
+	.make-welcome .entry-content {
+		margin-top: 20px;
+	}
+}
+
 .js-disabled-notice {
 	position: fixed;
 	bottom: 0;
