Commit
β’
cf76556
1
Parent(s):
2f84eb7
π Fix spacing
Browse files
src/routes/vente/[id]/+page.svelte
CHANGED
@@ -61,7 +61,7 @@
|
|
61 |
{#if product.stock}
|
62 |
<form action="post">
|
63 |
{#if product.stock > 1}
|
64 |
-
<div>
|
65 |
<button
|
66 |
type="button"
|
67 |
class="btn bg-gray-700 rounded-md"
|
|
|
61 |
{#if product.stock}
|
62 |
<form action="post">
|
63 |
{#if product.stock > 1}
|
64 |
+
<div class="mt-4">
|
65 |
<button
|
66 |
type="button"
|
67 |
class="btn bg-gray-700 rounded-md"
|