Skip to content

Commit

Permalink
Remove unnecessary padding
Browse files Browse the repository at this point in the history
  • Loading branch information
sheodox committed Aug 18, 2023
1 parent 2914c89 commit 97b7ebb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/feeds/posts/EmbedCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@
</span>
{title}
</span>
<br />
{/if}
{#if externalLink}
<PrettyExternalLink href={externalLink} />
<br />
{/if}
{description ?? ''}
<slot />
Expand Down

0 comments on commit 97b7ebb

Please sign in to comment.