Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix button position for mobile #2194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions src/pages/nft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,16 +360,17 @@ function NftPage() {
</div>
</div>

<p className="tw-lead-sm md:tw-lead md:w-8/12 md:mx-auto mb-16 md:mb-20">
The Internet Computer offers unparalleled efficiency that leaves
other blockchains orders of magnitudes behind with regards to many
metrics, making it the ideal chain to launch complex NFT
collections and games. ICP uses the reverse gas model, which means
end users can mint and trade NFTs with 0 gas fees.

<div className="md:w-8/12 md:mx-auto mb-16 md:mb-20">
<p className="tw-lead-sm md:tw-lead">
The Internet Computer offers unparalleled efficiency that leaves
other blockchains orders of magnitudes behind with regards to many
metrics, making it the ideal chain to launch complex NFT
collections and games. ICP uses the reverse gas model, which means
end users can mint and trade NFTs with 0 gas fees.
</p>

<a href="https://internetcomputer.org/docs/current/developer-docs/use-cases/considerations-for-nft-devs#nfts-on-the-internet-computer" className="button-outline-white mt-6">Build your own</a>
</p>
</div>


<div className="panel-gradient border border-solid border-white-30 rounded-xl py-12 px-8 flex flex-col gap-6 text-center md:flex-row">
Expand Down