Skip to content

Commit

Permalink
Merge pull request #8 from ittipatken/remove-empty-space
Browse files Browse the repository at this point in the history
feat: remove empty spaces from advantage cards
  • Loading branch information
dae authored Jan 18, 2025
2 parents 114643d + c4cd6e0 commit cd0e18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/common/AdvantageCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</script>

<div
class="border-white/[13%] gap-2 flex flex-col justify-end xl:aspect-[16/10] xl:px-14 xl:py-9 xl:border-2"
class="border-white/[13%] gap-2 flex flex-col justify-end xl:px-14 xl:py-9 xl:border-2"
>
<div class="flex items-center gap-4 xl:items-start xl:flex-col xl:gap-3">
<img src="{base}{icon}" alt="icon" class="size-8 xl:size-12" />
Expand Down

0 comments on commit cd0e18d

Please sign in to comment.