How to increase the spacing between item lists in a revealjs presentation using Quarto?

You should try to use CSS for this.

  1. Open your HTML document in browser inspector
  2. Look for the item you want to target
  3. Try a CSS rules in browser and see if that does what you want
  4. Write the rule to a file and pass it to revealjs following Quarto doc.

That should be the step to follow to solve this

2 Likes