Skip to content

My Profile: Remove the Extra NavigationHeader Padding #103280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions client/me/help/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 3 additions & 0 deletions client/me/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down