aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-06-16 14:26:28 +0200
committerMango0x45 <thomasvoss@live.com> 2021-06-16 14:26:28 +0200
commit9ab341dfddcf9f512ef868f9377ce82ef60ec507 (patch)
treebadaaa3f87c5d853fed6fd181a4f56a5fbe59c07 /style.css
parent684ce6297b3d92ddfdd5db36ace58d105b16a972 (diff)
Switch h3 tags to h2
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/style.css b/style.css
index 9f3a764..8af5aae 100644
--- a/style.css
+++ b/style.css
@@ -56,7 +56,11 @@ h1 {
width: var(--screen-width);
}
-h1, h3 {
+h2 {
+ font-size: 18px;
+}
+
+h1, h2 {
margin: 1.8em 0;
line-height: 1.33;
}
@@ -65,7 +69,7 @@ p {
margin: 1.2em 0;
}
-button, h1, h3, input, p, textarea {
+button, h1, h2, input, p, textarea {
color: var(--text-color);
}