This fixes the size of headers, as originally h4 were bigger than h3 making it hard to visually understand the structure of the document.
I also changed the size of the other headers scaling them with steps of 4 pixels: h1 are 32px and the text is 16px, so I think it makes sense to have the following setup
This fixes the size of headers, as originally
h4
were bigger thanh3
making it hard to visually understand the structure of the document.I also changed the size of the other headers scaling them with steps of 4 pixels:
h1
are 32px and the text is 16px, so I think it makes sense to have the following setuph1
32pxh2
28pxh3
24pxh4
20px