zephyrproject-rtos / infrastructure-old

Zephyr Infrastructure Issue Tracker (obsolete)
8 stars 5 forks source link

Unexpected CSS style on blog headings #209

Closed dbkinder closed 4 years ago

dbkinder commented 4 years ago

Wandering through some of the migrated blog posts, I'm finding the style for headings is unexpected. For example in Co-simulating HDL models in Renode with Verilator running on Zephyr RTOS the title (h1) is smaller than a subheading (h3):

image

And in this blog (https://www.zephyrproject.org/zephyr-an-operating-system-for-iot/) it looks like the author (incorrectly) used h1 and h2 headings within the document, and they look really odd:

image

Lloveday commented 4 years ago

The blog title font sizes are now larger. As for the inconsistent headings within the blogs, when the blogs were migrated, the styling was copied over exactly how it was on the old site. To fix this, edit the blog post and change the headings to h3 or h4 accordingly. I would be happy to go through them all and check for this, but we will need to put together a time estimate for that.

mimeriza commented 4 years ago

Will close this as something we can fix.