docs: add reasonable difference between h2 and h3 font-size

This commit is contained in:
Benjamin Franzke 2022-05-17 15:57:14 +02:00
parent cfcbf1dafb
commit 68f0d3ff12

View file

@ -51,7 +51,10 @@ h1 {
}
h2 {
margin-top: 3rem;
font-size: 1.2rem;
font-size: 1.25rem;
}
h3 {
font-size: 1.15rem;
}
a {
font-weight: 600;