aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-19 19:57:09 +0300
committerAhmed <git@gumx.cc>2026-06-19 19:57:09 +0300
commitd60f3ce4d1996f207e2c693ae1102e6a5ddad701 (patch)
treeacb7068d8b4ccdf1de8ade8b5b6b2aa880b44de9 /scripts
parent68fb697b3281a8f42d3caa5e2f3f3b79cdd978ce (diff)
fix: style
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gen_bots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_bots.py b/scripts/gen_bots.py
index 3e6b633..59fdb8e 100644
--- a/scripts/gen_bots.py
+++ b/scripts/gen_bots.py
@@ -24,7 +24,7 @@ STYLE = """\
html { color: black; background-color: white; }
body { font-family: "Kawkab Mono"; font-size: 16px; line-height: 1.4; margin: 0; padding: 4rem 0; min-height: 100%; overflow-wrap: break-word; }
main, header, footer { max-width: 800px; margin-inline: auto; padding: 0 2rem; }
-h1, header, footer { text-align: center; }
+h1, footer { text-align: center; }
main { text-align: justify; }
p, h2, h3, h4 { margin: 1em 0 0 0; }
table { margin: auto; border-collapse: collapse; }