Skip to content

Commit

Permalink
fix: text overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
deansallinen committed Oct 25, 2024
1 parent 612f3d3 commit f16fe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/[network]/(homepage)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<section class="col-span-full grid grid-cols-subgrid gap-4 xl:col-start-2 xl:col-end-9">
<!-- Text -->
<div
class="z-20 col-span-full row-start-1 max-w-xs place-self-center justify-self-start text-balance sm:justify-self-auto md:row-span-2 md:row-start-1 lg:col-span-4 lg:row-auto lg:content-center"
class="z-20 col-span-full row-start-1 max-w-xs place-self-center justify-self-start text-balance xs:col-span-1 sm:col-span-full sm:justify-self-auto md:row-span-2 md:row-start-1 lg:col-span-4 lg:row-auto lg:content-center"
>
{@render textblock({
title: `Stake your tokens for ${APY}% APY`,
Expand Down

0 comments on commit f16fe1c

Please sign in to comment.