Skip to content
Discussion options

You must be logged in to vote

To find the selector you need to use your favourite browser inspect/developer mode.
Note that since it's dependent on the screen there will me a @media component.

Source code: https://github.com/quarto-dev/quarto-cli/tree/main/src/resources/projects/website/about

edit:

ul {
  list-style-position: inside;
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by harrysw1729
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
html Issues with HTML and related web technology (html/css/scss/js) themes Related to HTML theming or any other style related issue (like highlight-style) about-page
2 participants