diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
index f67180174..fb558dbe7 100644
a
|
b
|
section { |
3741 | 3741 | padding-left: 10%; |
3742 | 3742 | } |
3743 | 3743 | |
| 3744 | @media screen and (min-width: 767px) and (max-width: 768px){ |
| 3745 | .site-header:not(.home) .search-form .search-field + .button-search { |
| 3746 | height: 1.5625rem; |
| 3747 | padding: 0 0.8rem; |
| 3748 | vertical-align: top; |
| 3749 | line-height: 1; |
| 3750 | } |
| 3751 | } |
| 3752 | |
3744 | 3753 | @media screen and (max-width: 568px) { |
3745 | 3754 | .bbpress #bbpress-forums div.bbp-reply-author, |
3746 | 3755 | .bbpress #bbpress-forums div.bbp-topic-author { |