Update utils.py
Browse files
utils.py
CHANGED
@@ -80,7 +80,7 @@ def gen_html(num):
|
|
80 |
body {{
|
81 |
font-family: Arial, sans-serif;
|
82 |
font-size: 12pt;
|
83 |
-
margin:
|
84 |
}}
|
85 |
.spacer {{
|
86 |
margin-top: 50px; /* Add spacing between questions */
|
|
|
80 |
body {{
|
81 |
font-family: Arial, sans-serif;
|
82 |
font-size: 12pt;
|
83 |
+
margin: 150px; /* Add side margins */
|
84 |
}}
|
85 |
.spacer {{
|
86 |
margin-top: 50px; /* Add spacing between questions */
|