diff --git a/build/98.css b/build/98.css index 58ccfb2..c0b9d97 100644 --- a/build/98.css +++ b/build/98.css @@ -70,6 +70,10 @@ h3 { font-size: 2rem; } +h4 { + font-size: 1.5rem; +} + u { text-decoration: none; border-bottom: 0.5px solid #222222; diff --git a/docs/98.css b/docs/98.css index 58ccfb2..c0b9d97 100644 --- a/docs/98.css +++ b/docs/98.css @@ -70,6 +70,10 @@ h3 { font-size: 2rem; } +h4 { + font-size: 1.5rem; +} + u { text-decoration: none; border-bottom: 0.5px solid #222222; diff --git a/docs/docs.css b/docs/docs.css index 2db9fc8..5e1484b 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -52,7 +52,8 @@ h2 { margin-bottom: 12px; } -h3 { +h3, +h4 { /* Swap the margin for a top-padding so linking to this section results in a better scroll position */ padding-top: 20px; @@ -130,7 +131,8 @@ button.active { width: 100%; } - h3 { + h3, + h4 { flex: 0; } diff --git a/docs/index.html b/docs/index.html index 8a2877a..a05a04d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,17 +19,16 @@