Skip to content

Commit

Permalink
feat: home page mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoo-eth committed Dec 16, 2024
1 parent 090138a commit 70d756a
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions docs/website/components/index/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,11 @@ const Index = ({
</div>
</div>
<div className="mt-6 max-w-60 text-base md:text-2xl text-center text-black dark:text-[#EAEAEA] md:max-w-3xl font-[Kanit]">
Rooch is a Bitcoin application layer solution that <br /> features MoveVM and Bitcoin
staking
Rooch is a Bitcoin application layer solution that{' '}
<span className="hidden md:inline">
<br />
</span>{' '}
features MoveVM and Bitcoin staking
</div>
</div>
<div className="flex flex-col items-center justify-center w-full relative mt-24 md:mt-0 md:top-[-2.2rem]">
Expand Down Expand Up @@ -531,9 +534,19 @@ const Index = ({
BTC Staking
</div>
<div className="mt-6 text-base max-w-80 md:text-2xl text-center text-black dark:text-[#EAEAEA] md:max-w-3xl font-[Kanit]">
Generate yield for users in a non-custodial manner,
<br />
compatible with Babylon protocol
Generate yield for users in a{' '}
<span className="inline md:hidden">
<br />
</span>{' '}
non-custodial manner,
<span className="hidden md:inline">
<br />
</span>
compatible{' '}
<span className="inline md:hidden">
<br />
</span>{' '}
with Babylon protocol
</div>
</div>
<div className="flex flex-wrap justify-center items-center w-full md:w-auto relative cursor-pointer -mt-[7vw]">
Expand Down

0 comments on commit 70d756a

Please sign in to comment.