Compare commits

...

2 Commits

Author SHA1 Message Date
Amolith 1de08d9c91
format and improve bullet spacing 2023-08-16 13:32:55 -06:00
Amolith 8a5c41e732
re-add impersonation warning 2023-08-16 13:19:46 -06:00
2 changed files with 11 additions and 7 deletions

View File

@ -4,7 +4,6 @@ layout: home
cover: ./cover.png cover: ./cover.png
--- ---
<!--
{{< adm type="err" >}} {{< adm type="err" >}}
**Warning:** an individual is currently attempting to impersonate me on XMPP and **Warning:** an individual is currently attempting to impersonate me on XMPP and
stir up trouble. They've been spamming various groups and posting transphobic, stir up trouble. They've been spamming various groups and posting transphobic,
@ -13,7 +12,6 @@ homophobic, and racist content, as well as sending extremely graphic imagery.
primary XMPP account is `amolith@secluded.site`. If there's any doubt whether a primary XMPP account is `amolith@secluded.site`. If there's any doubt whether a
particular JID is me, please contact `amolith@secluded.site`. particular JID is me, please contact `amolith@secluded.site`.
{{< /adm >}} {{< /adm >}}
-->
## Welcome! ## Welcome!

View File

@ -61,6 +61,12 @@ blockquote {
margin: 0; margin: 0;
} }
} }
.content > ul, #TableOfContents > ul, .content > ol, #TableOfContents > ol {
padding-left: 1em;
}
ul, ol > ul, ol {
padding-left: 1.1em;
}
hr { hr {
margin: 15px 0; margin: 15px 0;
border: 1px solid $dark; border: 1px solid $dark;
@ -231,9 +237,9 @@ footer {
} }
.tags { .tags {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
gap: 5px; gap: 5px;
margin: 10px 0px 13px 0px !important; margin: 10px 0px 13px 0px !important;
} }