Skip to content

Commit

Permalink
Fix lists
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jan 23, 2025
1 parent 50bf092 commit 355ffef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ footer small {
list-style-position: inside;
}

.td-content > ul > li > p {
display: inline;
}

/* sets the base font heavier than the theme. */
.td-content p, .td-content li, .td-content td {
font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
Expand Down

0 comments on commit 355ffef

Please sign in to comment.