victor HF staff commited on
Commit
94ba68d
1 Parent(s): 6ae2d6c

add some padding

Browse files
Files changed (1) hide show
  1. public/index.html +1 -1
public/index.html CHANGED
@@ -64,7 +64,7 @@
64
  >
65
  <iframe
66
  id="iframe"
67
- class="border-none w-full md:min-h-screen"
68
  :src="!open
69
  ? '/placeholder.html'
70
  : `/app?prompt=${encodeURIComponent(prompt)}`
 
64
  >
65
  <iframe
66
  id="iframe"
67
+ class="border-none w-full md:min-h-screen p-4 md:p-8"
68
  :src="!open
69
  ? '/placeholder.html'
70
  : `/app?prompt=${encodeURIComponent(prompt)}`