Changed heading sizes.

This commit is contained in:
BurnyLlama 2021-08-08 19:05:55 +02:00
parent aa62ff911d
commit 8628f223b9

View File

@ -44,25 +44,25 @@ h1 {
} }
h2 { h2 {
font-size: 1.75rem; font-size: 1.65rem;
} }
h3 { h3 {
font-size: 1.5rem; font-size: 1.35rem;
} }
h4 { h4 {
font-size: 1.25rem;
}
h5 {
font-size: 1rem; font-size: 1rem;
} }
h6 { h5 {
font-size: .85rem; font-size: .85rem;
} }
h6 {
font-size: .75rem;
}
p { p {
margin: .5em 0 .25em 0; margin: .5em 0 .25em 0;
text-align: justify; text-align: justify;