mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
margin on wishlist overview changed to 4
This commit is contained in:
parent
56f8ccc13c
commit
1a2cc6dfeb
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ await fetch()
|
|||
<Tile
|
||||
:title="item.title"
|
||||
:image-src="item.imageSrc"
|
||||
class="m-2 hover:ring-2 ring-slate-500"
|
||||
class="m-4 hover:ring-2 ring-slate-500"
|
||||
/>
|
||||
</router-link>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue