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 12342)
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css	(working copy)
@@ -380,6 +380,14 @@
 	}
 }
 
+@media (max-width: 1023px) {
+	.navigation-main {
+		height: auto;
+		padding: 10px 0;
+	}
+
+}
+
 @media (max-width: 876px) {
 	#primary {
 		-webkit-backface-visibility: initial;
@@ -399,6 +407,8 @@
 		overflow-x: visible;
 	}
 
+
+
 	#secondary {
 		top: var(--wp-admin--admin-bar--height, 0px);
 		z-index: 500;
@@ -439,6 +449,15 @@
 	}
 }
 
+@media (max-width: 767px) {
+
+	.navigation-main{
+		text-align: left;
+	}
+
+
+}
+
 .widget-title {
 	line-height: 1.2;
 	font-size: 1.4em;
