Changed heading sizes.

master
BurnyLlama 2021-08-08 19:05:55 +02:00
parent aa62ff911d
commit 8628f223b9
1 changed files with 7 additions and 7 deletions

View File

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