Text alignment in About Pages #10458
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
To find the selector you need to use your favourite browser inspect/developer mode. Source code: https://github.com/quarto-dev/quarto-cli/tree/main/src/resources/projects/website/about edit: ul {
list-style-position: inside;
} |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help! Since I only needed the template to streamline the formatting of bio, photo, and icons, one quick workaround I've found is to put the lists outside the template div as explained in the docs here. 😄 |
Beta Was this translation helpful? Give feedback.
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: