Increase the size of headlines.

This is to make them stand out more from the regular text.
This commit is contained in:
Tom Alexander 2023-12-21 17:31:19 -05:00
parent 27ff13e675
commit bd68681e44
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 4 additions and 4 deletions

View File

@ -107,13 +107,13 @@ body {
}
h2 {
font-size: 1.8rem;
font-size: 2.3rem;
font-weight: 600;
}
h3 {
font-size: 1.5rem;
font-weight: 500;
font-size: 2.1rem;
font-weight: 600;
}
.plain_list {
@ -163,7 +163,7 @@ body {
}
.blog_post_title {
font-size: 2rem;
font-size: 2.5rem;
font-weight: 700;
padding-bottom: 1rem;
}