From d60f3ce4d1996f207e2c693ae1102e6a5ddad701 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Fri, 19 Jun 2026 19:57:09 +0300 Subject: fix: style --- scripts/gen_bots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3