increase font size
This commit is contained in:
parent
0ecac665de
commit
ba418101a9
|
|
@ -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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<style>
|
<style>
|
||||||
html {{ margin: 20px; }}
|
html {{ margin: 20px; font-size: large; }}
|
||||||
body {{ margin: auto; max-width: 800px; text-align: justify; }}
|
body {{ margin: auto; max-width: 800px; text-align: justify; }}
|
||||||
audio {{ height: 14px}}
|
audio {{ height: 14px}}
|
||||||
img {{ width: 100% }}
|
img {{ width: 100% }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue