This commit is contained in:
quenousimporte 2026-03-07 15:58:27 +01:00
parent a67b9c992b
commit 84843988fd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ htmltemplate = """<!DOCTYPE html>
<title>{title}</title> <title>{title}</title>
<style> <style>
html {{ margin: 20px; }} html {{ margin: 20px; }}
body {{ margin: auto; max-width: 800px; }} body {{ margin: auto; max-width: 800px; text-align: justify; }}
audio {{ height: 14px}} audio {{ height: 14px}}
</style> </style>
</head> </head>