fix text size for mobile
This commit is contained in:
parent
078d76092b
commit
50f9127b51
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ const mockItems: DirectoryItem[] = [
|
||||||
<h1 class="text-3xl font-bold tracking-tight sm:text-4xl mb-4">
|
<h1 class="text-3xl font-bold tracking-tight sm:text-4xl mb-4">
|
||||||
Lightning Payment Directory
|
Lightning Payment Directory
|
||||||
</h1>
|
</h1>
|
||||||
<p class="text-xl text-muted-foreground">
|
<p class="text-base sm:text-lg lg:text-xl text-muted-foreground">
|
||||||
Browse businesses and services that accept Bitcoin Lightning payments in your area.
|
Browse businesses and services that accept Bitcoin Lightning payments in your area.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue