unify slugs

This commit is contained in:
Tykayn 2024-11-15 23:55:20 +01:00 committed by tykayn
parent a0bb742d4c
commit 63d51307d5
22 changed files with 90 additions and 2177 deletions

View file

@ -112,16 +112,19 @@ p {
}
h1 {
font-size: 4rem;
color: #221d30;
font-size: 2.5rem;
text-decoration: underline;
}
h2 {
font-size: 3rem;
font-size: 2rem;
text-decoration: underline;
}
h3 {
font-size: 1.5rem;
text-decoration: underline;
}
h1,
@ -130,7 +133,7 @@ h3,
h4,
h5,
h6 {
overflow-wrap: break-word;
overflow-wrap: break-word;
text-wrap: balance;
line-height: 1.3em;
}