Skip to content

Commit

Permalink
style: remove top margin on first chode element
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasSlama committed Aug 10, 2023
1 parent 8c61ab0 commit 8fdc11f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const margins = {
'& h3': {
margin: '1rem 0 0.5rem',
},
'& p:first-child, & h3:first-child': {
'& p:first-child, & h3:first-child, & code[dir]:first-child': {
margin: '0 0 0.5rem',
},
'& li:not(:last-child)': {
Expand Down

0 comments on commit 8fdc11f

Please sign in to comment.