Skip to content

Commit

Permalink
chore: Remove top margin from all headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 15, 2020
1 parent 2ae65d8 commit e6dd2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ h3,
h4,
h5,
h6 {
margin-top: revert;
margin-top: 0;
margin-bottom: 8px;
font-weight: 600;
color: var(--color-neutrals-800);
Expand Down

0 comments on commit e6dd2bf

Please sign in to comment.