Skip to content

Commit

Permalink
DOCS-1742: Fix CSS for lists (#3883)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Jan 21, 2025
1 parent c443582 commit 0e7bee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@ footer small {

// END FOOTER STYLING

// Ensure lists indent properly next to images
.td-content > ul {
list-style-position: inside;
}

/* 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 0e7bee7

Please sign in to comment.