changed title size

This commit is contained in:
rawleyIfowler
2022-04-17 11:50:16 -05:00
parent c3ca3351a7
commit aecac47bfd

View File

@@ -33,7 +33,7 @@ body {
} }
h1 { h1 {
font-size: 2em; font-size: 1.6em;
font-weight: 800; font-weight: 800;
margin-bottom: 0; margin-bottom: 0;
margin-top: 12px; margin-top: 12px;
@@ -41,7 +41,7 @@ h1 {
} }
h2 { h2 {
font-size: clamp(1.6em, 1.6em, 1.8em); font-size: 1.6em;
font-weight: 700; font-weight: 700;
margin-bottom: 0; margin-bottom: 0;
} }