Skip to content

Commit

Permalink
Fix header padding on mobile screens. (#97029)
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine authored Dec 3, 2024
1 parent 38aa147 commit ec6e8a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/reader/following/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,9 @@

.navigation-header {
padding-bottom: 0;

@media (max-width: $break-medium) {
padding: 0 0 16px 0;
}
}
}

0 comments on commit ec6e8a2

Please sign in to comment.