Skip to content

Commit

Permalink
minor: adjust line-height for text on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Jan 29, 2025
1 parent 72a44c4 commit 042b2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-lexical/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<main>
<img src="images/logo.svg" alt="Svelte Lexical!" />
<p style="margin-top: -1em">
<p style="margin-top: -1em; line-height: 1.7em">
Welcome to <span class="emp-sl">Svelte-Lexical</span>
, a rich text editor for
<span class="emp-svelte">Svelte</span>
Expand Down

0 comments on commit 042b2c3

Please sign in to comment.