ymcmy commited on
Commit
e71c94c
·
verified ·
1 Parent(s): b3df5fa

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +3 -3
utils.py CHANGED
@@ -79,14 +79,14 @@ def gen_html(num):
79
  <style>
80
  body {{
81
  font-family: Arial, sans-serif;
82
- font-size: 15pt;
83
- margin: 300px; /* Add side margins */
84
  }}
85
  .spacer {{
86
  margin-top: 50px; /* Add spacing between questions */
87
  }}
88
  img.latex {{
89
- font-size: 15pt; /* Ensure math font size matches the body text 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;