Make all the headings bigger

This commit is contained in:
Richard Feldman 2022-11-07 11:04:20 -05:00
parent e147726f32
commit b5c29a162f
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -267,7 +267,8 @@ th, td {
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
font-family: 'Permanent Marker'; font-family: 'Permanent Marker';
line-height: 1rem; line-height: 1rem;
margin-top: 2.8rem; margin-top: 1.75rem;
margin-bottom: 0;
} }
h1 a, h2 a, h3 a, h4 a, h5 a { h1 a, h2 a, h3 a, h4 a, h5 a {
@ -280,17 +281,27 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
} }
h1 { h1 {
font-size: 6rem; font-size: 7rem;
line-height: 7rem;
color: var(--h1-color); color: var(--h1-color);
margin-top: 0;
margin-bottom: 1.75rem;
text-shadow: 2px 2px 2px #010101; text-shadow: 2px 2px 2px #010101;
} }
h2 { h2 {
font-size: 3rem; font-size: 4rem;
text-shadow: 2px 2px 1px #010101; line-height: 4rem;
text-shadow: 2px 2px 2px #010101;
} }
h3 { h3 {
font-size: 3rem;
line-height: 3rem;
text-shadow: 2px 2px 1px #010101;
}
h4 {
font-size: 2rem; font-size: 2rem;
text-shadow: 1px 1px 1px #010101; text-shadow: 1px 1px 1px #010101;
} }