Spaces:
Runtime error
Runtime error
add some padding
Browse files- 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)}`
|