Skip to content

Commit

Permalink
Merge pull request #592 from storybookjs/h5-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach authored Aug 31, 2023
2 parents 92a94ab + 8b3b090 commit b50daa1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/formatting.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ export const mdFormatting = css`
margin: 2rem 0 0.5rem;
}
h5 {
font-size: ${typography.size.s2}px;
font-weight: ${typography.weight.bold};
margin: 2rem 0 0.5rem;
}
p {
margin: 1.5em 0;
position: relative;
Expand Down

0 comments on commit b50daa1

Please sign in to comment.