Lots of minor adjustments (#341)

This commit is contained in:
Francis Lavoie 2023-08-29 18:47:54 -04:00 committed by GitHub
parent 618e4e559e
commit 620ff0ce35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 146 additions and 284 deletions

View file

@ -325,17 +325,22 @@ h2 {
}
h3 {
font-size: 34px;
font-size: 40px;
margin: 50px 0 20px;
}
h4 {
font-size: 24px;
font-size: 32px;
margin: 25px 0 15px;
}
h5 {
font-size: 22px;
font-size: 26px;
margin: 2em 0 1em;
}
h6 {
font-size: 20px;
margin: 2em 0 1em;
}