Blog post headings mis-sized
Closed this issue · 1 comments
myronmarston commented
If you look at one of the blog posts that has titled sections, you'll notice that the section headings are styled identically to the blog post title. This is because they are all <h2>
tags.
Ideally the section headings would be styled to look less prominent. I think the solution is to change the blog post template to use an <h1>
for the blog post title and then update the styles appropriately.
JonRowe commented
Deployed those few PRs to staging...