increase font size

This commit is contained in:
quenousimporte 2026-08-18 09:07:18 +02:00
parent 0ecac665de
commit ba418101a9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ htmltemplate = """<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>{title}</title>
<style>
html {{ margin: 20px; }}
html {{ margin: 20px; font-size: large; }}
body {{ margin: auto; max-width: 800px; text-align: justify; }}
audio {{ height: 14px}}
img {{ width: 100% }}