Skip to content

Commit

Permalink
minor: improve margins on frontpage
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Dec 1, 2024
1 parent ed70df8 commit 4c6dad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svelte-lexical/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

<main>
<img src="images/logo.svg" alt="Svelte Lexical!" />
<p>
<p style="margin-top: -1em">
Welcome to <span class="emp-sl">Svelte-Lexical</span>
, a rich text editor for
<span class="emp-svelte">Svelte</span>
and
<span class="emp-svelte">SvelteKit</span>
.
</p>
<div style="margin-top: 5em">
<div style="margin-top: 7em">
<PlaygroundButton />
<GitHubButton />
</div>
Expand Down

0 comments on commit 4c6dad2

Please sign in to comment.