Update utils.py
Browse files
utils.py
CHANGED
@@ -79,14 +79,14 @@ def gen_html(num):
|
|
79 |
<style>
|
80 |
body {{
|
81 |
font-family: Arial, sans-serif;
|
82 |
-
font-size:
|
83 |
-
margin:
|
84 |
}}
|
85 |
.spacer {{
|
86 |
margin-top: 50px; /* Add spacing between questions */
|
87 |
}}
|
88 |
img.latex {{
|
89 |
-
font-size:
|
90 |
}}
|
91 |
a {{
|
92 |
color: blue;
|
|
|
79 |
<style>
|
80 |
body {{
|
81 |
font-family: Arial, sans-serif;
|
82 |
+
font-size: 12pt;
|
83 |
+
margin: 250px; /* Add side margins */
|
84 |
}}
|
85 |
.spacer {{
|
86 |
margin-top: 50px; /* Add spacing between questions */
|
87 |
}}
|
88 |
img.latex {{
|
89 |
+
font-size: 12pt; /* Ensure math font size matches the body text size */
|
90 |
}}
|
91 |
a {{
|
92 |
color: blue;
|