Skip to content

Commit fd89ef8

Browse files
committed
w-screen for under sm
1 parent aa69f84 commit fd89ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ItemComponent.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</script>
1414

1515
{#if !hidden}
16-
<div class="w-full rounded px-2 py-4 sm:px-4 sm:w-56 md:w-44 bg-surface-100 mx-auto">
16+
<div class="w-screen rounded px-2 py-4 sm:px-4 sm:w-56 md:w-44 bg-surface-100 mx-auto">
1717
<div class="w-full line-clamp-2 break-all mb-4 leading-4">
1818
<a
1919
class="no-underline text-lg text-tertiary-700 font-semibold"

0 commit comments

Comments
 (0)