Skip to content

Commit

Permalink
Merge pull request #13 from isd-sgcu/feat/List
Browse files Browse the repository at this point in the history
fix:responsiveList
  • Loading branch information
Chulinuwu authored Sep 14, 2024
2 parents c74a910 + 634eb70 commit 7baafe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/List/List.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<a
href={linkHref}
target="_blank"
class={`h-auto w-[761px] flex flex-col py-3 px-4 max-md:w-[390px] rounded ${listVariants({ variant })}`}
class={`h-auto w-full flex flex-col py-3 px-4 rounded ${listVariants({ variant })}`}
>
<div
class={cn(
Expand Down

0 comments on commit 7baafe1

Please sign in to comment.