Add abuse page

This commit is contained in:
2023-01-30 11:58:46 +01:00
parent cbd6e687d9
commit c2585144cc
9 changed files with 78 additions and 62 deletions

View File

@@ -291,32 +291,33 @@ h6 {
}
h1 {
font-size: 2.5em;
font-size: 2.4em;
text-align: center;
}
h2 {
font-size: 2em;
font-size: 1.8em;
border-bottom: 1px var(--separator) solid;
}
h3 {
font-size: 1.75em;
font-size: 1.6em;
border-bottom: 1px var(--separator) solid;
}
h4 {
font-size: 1.50em;
font-size: 1.4em;
border-bottom: 1px var(--separator) solid;
}
h5 {
font-size: 1.25em;
font-size: 1.2em;
border-bottom: 1px var(--separator) solid;
}
h6 {
font-size: 1em;
border-bottom: 1px var(--separator) solid;
}
.indent {