Need help in tweaking the css to decrease the gap between Heading and Content?
iamsubh opened this issue · 4 comments
iamsubh commented
I feel the gap between headings and contents under them is little bit on the higher side. Same with the gap between paragraphs too.
I tried to find the properties like padding or margin of the header, paragraph tags but failed.
Can you please guide me where to find them and tweak them in the css or give me a snippet of code?
iamsubh commented
wiktoriavh commented
@iamsubh
The headings use the standard margin that Obsidian provides. And lists also use the default margin of the user agent.
If you want to change them with a snippet, just target h1
to h6
and ul
to change the margin.
iamsubh commented
wiktoriavh commented
awesome, glad it got fixed. :)