mirror of
https://github.com/System-End/scraps.git
synced 2026-04-20 00:25:18 +00:00
Update +page.svelte
This commit is contained in:
parent
e35bee306d
commit
d4b77660b0
1 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@
|
|||
>
|
||||
{#each row1Items as item (item.id)}
|
||||
<div
|
||||
class="flex-shrink-0 w-[260px] p-4 bg-white border-2 border-dashed border-black rounded-lg transition-all duration-300 hover:border-solid"
|
||||
class="shrink-0 w-65 p-4 bg-white border-2 border-dashed border-black rounded-lg transition-all duration-300 hover:border-solid"
|
||||
role="listitem"
|
||||
>
|
||||
<img src={item.image} alt={item.title} class="w-full h-32 object-contain mb-3" />
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
>
|
||||
{#each row2Items as item (item.id)}
|
||||
<div
|
||||
class="flex-shrink-0 w-[260px] p-4 bg-white border-2 border-dashed border-black rounded-lg transition-all duration-300 hover:border-solid"
|
||||
class="shrink-0 w-65 p-4 bg-white border-2 border-dashed border-black rounded-lg transition-all duration-300 hover:border-solid"
|
||||
role="listitem"
|
||||
>
|
||||
<img src={item.image} alt={item.title} class="w-full h-32 object-contain mb-3" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue