Wanswan commited on
Commit
294d559
·
verified ·
1 Parent(s): 20642f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -272,6 +272,12 @@ body {
272
  width: 100vw !important;
273
  min-width: 100vw !important;
274
  }
 
 
 
 
 
 
275
 
276
 
277
  """) as demo:
 
272
  width: 100vw !important;
273
  min-width: 100vw !important;
274
  }
275
+ .prose, .main, .svelte-1ipelgc, .container, .max-w-4xl {
276
+ max-width: 100vw !important;
277
+ width: 100vw !important;
278
+ margin: 0 !important;
279
+ padding: 0 !important;
280
+ }
281
 
282
 
283
  """) as demo: