Skip to content

Commit

Permalink
πŸ’„ improve styling of lists in markdown for description from producer (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 authored Aug 2, 2024
2 parents 15b8fa5 + 6d54cdf commit 5266c5d
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,17 @@
margin-top: 8px;
}
}
ol,
ul {
padding: 0;
margin-left: 1em;

li {
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 1em;
}
}
}

a {
Expand Down

0 comments on commit 5266c5d

Please sign in to comment.