Skip to content

Commit 06d7981

Browse files
author
Jesse Winton
committed
tweak pricing design
1 parent 55d76d7 commit 06d7981

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/routes/(marketing)/(components)/pricing.svelte

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,13 @@
9999
{/if}
100100
</div>
101101
<div class="flex flex-1 flex-col">
102-
<span class="text-title font-aeonik-pro text-primary">{price}</span>
102+
<span class="text-title font-aeonik-pro text-primary"
103+
>{price}
103104

104-
<span class="text-caption text-secondary h-[22px]">{subtitle}</span>
105+
{#if subtitle}
106+
<span class="text-caption text-secondary -ml-2">{subtitle}</span>
107+
{/if}
108+
</span>
105109

106110
<p class="text-caption text-secondary mt-4 mb-0 block font-medium">
107111
{description}

0 commit comments

Comments
 (0)