Changing level 1 and level 2 heading sizes in revealjs #3176
Unanswered
nickriches
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am trying to adapt an existing
.scss
file so that markdown level 2 headings (## heading) are smaller than markdown level 1 headings (# heading). Below is the code. I've figured out thath1
refers to the title slide, and thath2
refers to markdown level 1 headings. That's all fine. However, I cannot get markdown level 2 headings to appear smaller. The statement$presentation-h3-font-size: 2.5em;
does not seem to do anything. Whatever I do withh2
andh3
the heading sizes seem to default to the larger of the 2 values.Any suggestions?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions