Skip to content

Commit

Permalink
fix hero text select
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Dec 16, 2023
1 parent ab8ae98 commit 699deb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<section id="hero" class="space-y-4 lg:space-y-2">
<img src="/images/logo.svg" alt="BitBanana" class="mx-auto w-[218px] lg:w-auto" />

<h1 class="pb-6 text-center text-2xl font-bold lg:text-3xl">
<h1 class="relative z-10 pb-6 text-center text-2xl font-bold lg:text-3xl">
<span class="inline-block">Lightning Node</span>
<span class="inline-block">Management for Android</span>
</h1>
Expand Down

0 comments on commit 699deb0

Please sign in to comment.