diff options
Diffstat (limited to '_shared')
| -rw-r--r-- | _shared/footer.html | 1 | ||||
| -rw-r--r-- | _shared/style.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/_shared/footer.html b/_shared/footer.html index 3aedfc6..de15791 100644 --- a/_shared/footer.html +++ b/_shared/footer.html @@ -3,6 +3,7 @@ <a href="https://twt.gumx.cc">twt</a> / <a href="https://git.gumx.cc">git</a> / <a href="https://mail.gumx.cc">mail</a> / +<a href="https://list.gumx.cc">list</a> / <a href="https://irc.gumx.cc">irc</a> / <a href="https://files.gumx.cc">files</a> / <a href="https://vpn.gumx.cc">vpn</a> / diff --git a/_shared/style.css b/_shared/style.css index 3efbeb1..b75c309 100644 --- a/_shared/style.css +++ b/_shared/style.css @@ -7,7 +7,7 @@ main, header, footer { max-width: 800px; margin-inline: auto; padding: 0 2rem; } h1, header, footer { text-align: center; } main { text-align: justify; } p, h2, h3, h4 { margin: 1em 0 0 0; } -ol { margin: 0.5em 0 0 0; } +ol, ul { margin: 0.5em 0 0 0; } table { margin: auto; border-collapse: collapse; } th, td { border: 1px solid; padding: 0.3em 0.8em; } pre { margin: 1em 0; } |
