fix header sizes

This commit is contained in:
vintro 2025-01-17 09:47:18 -05:00
parent 8380c92b3d
commit 8c801e2689
No known key found for this signature in database

View File

@ -315,21 +315,21 @@ h6 {
// typography improvements // typography improvements
h1 { h1 {
font-size: 33px; font-size: 2.25rem;
margin-top: 2.25rem; margin-top: 2.25rem;
margin-bottom: 1rem; margin-bottom: 1rem;
letter-spacing: -0.02em; letter-spacing: -0.02em;
} }
h2 { h2 {
font-size: 22px; font-size: 1.75rem;
margin-top: 1.9rem; margin-top: 1.9rem;
margin-bottom: 1rem; margin-bottom: 1rem;
letter-spacing: -0.01em; letter-spacing: -0.01em;
} }
h3 { h3 {
font-size: 22px; font-size: 1.25rem;
margin-top: 1.62rem; margin-top: 1.62rem;
margin-bottom: 1rem; margin-bottom: 1rem;
letter-spacing: -0.01em; letter-spacing: -0.01em;
@ -338,7 +338,7 @@ h3 {
h4, h4,
h5, h5,
h6 { h6 {
font-size: 11px; font-size: 1rem;
margin-top: 1.5rem; margin-top: 1.5rem;
margin-bottom: 1rem; margin-bottom: 1rem;
letter-spacing: 0; letter-spacing: 0;