Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
|
|
168 |
box-sizing: border-box; /* Include padding in the element's total width and height */
|
169 |
}
|
170 |
.page {
|
171 |
-
font-size:
|
172 |
margin: 0; /* Remove margin from page content */
|
173 |
padding: 0; /* Remove padding from page content */
|
174 |
}
|
|
|
168 |
box-sizing: border-box; /* Include padding in the element's total width and height */
|
169 |
}
|
170 |
.page {
|
171 |
+
font-size: 32pt; /* Adjust the font size as needed */
|
172 |
margin: 0; /* Remove margin from page content */
|
173 |
padding: 0; /* Remove padding from page content */
|
174 |
}
|