You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: