Index: branches/master/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
===================================================================
--- branches/master/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css	(revision 22774)
+++ branches/master/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css	(working copy)
@@ -1564,3 +1564,13 @@
 .notice.notice-info.notice-alt {
 	background-color: #e5f5fa;
 }
+
+
+@media screen and (max-width:945px) {
+	.comment-content li a{	
+		margin-left: 5px;
+	}
+	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
+		padding: 10px;
+	}
+}
\ No newline at end of file
