Skip to content

Commit

Permalink
docs: fix styles of lists
Browse files Browse the repository at this point in the history
  • Loading branch information
usernein committed Jan 30, 2024
1 parent 348a51e commit a9392c9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,17 @@ h6 {

.badge-links > p {
@apply flex w-full flex-row justify-start items-center gap-3 my-2 flex-wrap;
}

ol,
ul {
padding-left: theme('spacing.10');
}

ol {
list-style-type: decimal;
}

ul {
list-style-type: disc;
}

0 comments on commit a9392c9

Please sign in to comment.