We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<h1> tags lose size as they're nested (see https://stackoverflow.com/questions/39547412/same-font-size-for-h1-and-h2-in-article#51316685). Currently, the <h1> of the post title is being put inside the <article> tag, making it the same size as the <h2> headings within the post.
<h1>
<article>
<h2>
By pulling the article title <h1> out of the <article> section, it will automatically increase in size.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<h1>
tags lose size as they're nested (see https://stackoverflow.com/questions/39547412/same-font-size-for-h1-and-h2-in-article#51316685). Currently, the<h1>
of the post title is being put inside the<article>
tag, making it the same size as the<h2>
headings within the post.By pulling the article title
<h1>
out of the<article>
section, it will automatically increase in size.The text was updated successfully, but these errors were encountered: