Update header styling to make h4s bigger than body text

This commit is contained in:
smoreface 2022-11-19 21:10:06 -08:00
parent 7dfa2a1bba
commit 63b86b6b8b
2 changed files with 18 additions and 11 deletions

View file

@ -90,11 +90,13 @@ main#content h2 {
}
main#content h3 {
font-size: 19px;
font-size: 1.9rem;
margin-bottom: 15px;
}
main#content h4 {
margin-bottom: 10px;
}
main#content h1 + p,
main#content h2 + p,
main#content h3 + p,

View file

@ -9,15 +9,20 @@
margin-left: -3.8%;
}
/* index.html styles */
header#banner h2 {
font-size: 25px;
font-size: 2.5rem;
/* styling for each blog post too (index.html styles) */
header#banner h2 {
font-size: 28px;
font-size: 2.8rem;
}
main#content h3 {
font-size: 20px;
font-size: 2rem;
font-size: 23px;
font-size: 2.3rem;
}
main#content h4 {
font-size: 19px;
font-size: 1.9rem;
}
main#content ul#posts {
@ -25,10 +30,10 @@
font-size: 1.8rem;
}
/* single.html styles */
/* styling for each blog post (single.html styles) */
main#content header#post-header h1 {
font-size: 24px;
font-size: 2.4rem;
font-size: 30px;
font-size: 3.0rem;
}
main#content img {