refactor layout and improve card responsiveness in Svelte components

This commit is contained in:
maxDorninger
2025-06-09 00:12:42 +02:00
parent deb51570a2
commit d3d83b31ff
5 changed files with 8 additions and 7 deletions

View File

@@ -33,9 +33,9 @@
}
</script>
<Card.Root class="h-full max-w-sm">
<Card.Root class="h-full overflow-x-hidden col-span-full">
<Card.Header>
<Card.Title class="flex h-12 items-center overflow-hidden leading-tight">
<Card.Title class="flex h-12 items-center leading-tight">
{result.name}
{#if result.year != null}
({result.year})