Increase the size of headlines.
This is to make them stand out more from the regular text.
This commit is contained in:
parent
27ff13e675
commit
bd68681e44
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user