Skip to content

Commit

Permalink
feat: Remove top margin from first header inside step
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 18, 2020
1 parent 37b495c commit 4aa2162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Step.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
h6:first-child {
color: var(--color-neutrals-900);
font-weight: bold;
margin-top: 0.5rem;
margin-top: 0;
margin-bottom: 1rem;
font-size: 1rem;
}
Expand Down

0 comments on commit 4aa2162

Please sign in to comment.