#38 Use correct sturcture for HTML heading tags

This commit is contained in:
Stephen Cox
2018-11-30 14:44:51 +00:00
committed by Nick Sellen
parent d6d1723880
commit 628d515799
5 changed files with 114 additions and 115 deletions

View File

@ -4163,15 +4163,15 @@ h6 {
@media screen and (min-width: 40em) {
h1 {
font-size: 3rem; }
h2 {
font-size: 2.5rem; }
h3 {
h2 {
font-size: 1.9375rem; }
h4 {
h3 {
font-size: 1.5625rem; }
h5 {
h4 {
font-size: 1.25rem; }
h5 {
font-size: 1.0625rem; }
h6 {
font-size: 1rem; } }