Skip to content

Commit

Permalink
style: add list spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-rabello committed Nov 12, 2024
1 parent a65d40f commit 686867f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/documentation-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ const articleBox: SxStyleProp = {
a: {
color: '#E31C58',
},
ul: {
li: {
mt: '0.5em',
mb: '0.5em',
},
},
ol: {
li: {
mt: '0.5em',
mb: '0.5em',
},
},
header: {
borderBottom: '1px solid #E7E9EE',
marginBottom: '24px',
Expand Down

0 comments on commit 686867f

Please sign in to comment.