fix padding
Browse files- src/routes/+page.svelte +1 -1
src/routes/+page.svelte
CHANGED
|
@@ -306,7 +306,7 @@
|
|
| 306 |
<p class="no-hover:hidden mt-2 opacity-50">
|
| 307 |
pro tip: upload img by pasting OR dropping on the canvas
|
| 308 |
</p>
|
| 309 |
-
<div class="mt-
|
| 310 |
<label class="with-hover:hidden border py-1 px-1.5 bg-slate-200 cursor-pointer">
|
| 311 |
<input
|
| 312 |
accept="image/*"
|
|
|
|
| 306 |
<p class="no-hover:hidden mt-2 opacity-50">
|
| 307 |
pro tip: upload img by pasting OR dropping on the canvas
|
| 308 |
</p>
|
| 309 |
+
<div class="mt-2">
|
| 310 |
<label class="with-hover:hidden border py-1 px-1.5 bg-slate-200 cursor-pointer">
|
| 311 |
<input
|
| 312 |
accept="image/*"
|