Skip to content

Commit

Permalink
feat: Remove default margin on pre elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 18, 2020
1 parent 1e94565 commit 37b495c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ code {
font-family: var(--code-font);
}

pre {
margin: 0;
}

:global {
.intro-text {
color: var(--color-neutrals-600);
Expand Down

0 comments on commit 37b495c

Please sign in to comment.