Index: wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
===================================================================
--- wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss	(revision 5799)
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss	(working copy)
@@ -2009,14 +2009,12 @@
 		> a {
 			position: relative;
 			
-			&:first-child {
-				@media(min-width: 571px) {
+			@media(min-width: 571px) {
+				&:first-child {
 					right: -6px;
 					border-radius: 3px 0 0 3px;
 				}
-			}
-			&:last-child {
-				@media(min-width: 571px) {
+				&:last-child {
 					border-radius: 0 3px 3px 0;
 				}
 			}
Index: wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
===================================================================
--- wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css	(revision 5799)
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css	(working copy)
@@ -2330,9 +2330,6 @@
     right: -6px;
     border-radius: 3px 0 0 3px;
   }
-}
-
-@media (min-width: 571px) {
   .single-command .btn-group > a:last-child {
     border-radius: 0 3px 3px 0;
   }
