diff --git a/source/wp-content/themes/wporg-developer/scss/main.scss b/source/wp-content/themes/wporg-developer/scss/main.scss index 9f4790a8e..e62e0ab13 100644 --- a/source/wp-content/themes/wporg-developer/scss/main.scss +++ b/source/wp-content/themes/wporg-developer/scss/main.scss @@ -1686,6 +1686,7 @@ a.screen-reader-text:focus, } .site-title { + margin-right: 20px; @media screen and (max-width: 500px) { margin-bottom: 2rem; @@ -2911,8 +2912,13 @@ button.code-tab.is-active { } &.search-wrap-inline .search-field { + width: calc(100vw - 60px); margin: 0; border: none; + + @media ( min-width: 501px ) { + width: 100%; + } } &.search-wrap-embedded .search-field { @@ -2922,7 +2928,7 @@ button.code-tab.is-active { } &.search-wrap-embedded .search-post-type { - margin-top: 2rem; + margin-bottom: 2rem; justify-content: space-between; color: $color-white; max-width: 450px; diff --git a/source/wp-content/themes/wporg-developer/searchform.php b/source/wp-content/themes/wporg-developer/searchform.php index 40e26d17c..19f260f1b 100644 --- a/source/wp-content/themes/wporg-developer/searchform.php +++ b/source/wp-content/themes/wporg-developer/searchform.php @@ -30,17 +30,11 @@ ?>