diff --git a/client/me/help/style.scss b/client/me/help/style.scss index 99d52bf6cabd..b16735abb669 100644 --- a/client/me/help/style.scss +++ b/client/me/help/style.scss @@ -41,11 +41,7 @@ .help__section-title { font-size: $font-title-small; - margin: 32px 16px 16px; - - @include breakpoint-deprecated( ">660px" ) { - margin: 32px 0 16px; - } + margin: 32px 0 16px; } .help__support-link .gridicons-external { diff --git a/client/me/style.scss b/client/me/style.scss index 51a2e69047c8..99694ce1bab7 100644 --- a/client/me/style.scss +++ b/client/me/style.scss @@ -78,6 +78,9 @@ body.is-section-me { } @media only screen and (max-width: 600px) { + .navigation-header:not(.developer__header) { + padding: 0 0 24px 0; + } .navigation-header__main { justify-content: normal; align-items: center;