Hello, folks
I am creating a revealjs
presentation using Quarto. I have a list of items, like the in the code below, and I want to increase the distance from item to item.
## Slide Title
* Item 1
+ Subitem 1
* Item 2
* Item 3
I want to increase the space between items 1 and 2, and items 2 and 3. However, the spacing between item 1 and subitem 1 doesn't need to change.
All help will be appreciated.
Thank you.
cderv
July 26, 2023, 4:00pm
2
You should try to use CSS for this.
Open your HTML document in browser inspector
Look for the item you want to target
Try a CSS rules in browser and see if that does what you want
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
system
Closed
September 6, 2023, 4:00pm
3
This topic was automatically closed 42 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.