Skip to content

Commit

Permalink
Fix sizing on masthead npm i snippet (#38521)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Apr 28, 2023
1 parent e468daa commit 2795421
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/assets/scss/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@

pre {
padding: 0;
margin-top: .625rem;
margin-bottom: .625rem;
margin: .625rem 0;
overflow: hidden;
}
}
Expand Down

0 comments on commit 2795421

Please sign in to comment.