Skip to content

Commit

Permalink
Hero Mobile tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex committed Sep 20, 2023
1 parent b5bad77 commit 451d96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Home: NextPage<{ stats: Stats }> = ({ stats }) => {
</div>
</div>
<div className="absolute h-1/4 w-full bottom-0 left-0 hero-bottom-gradient flex items-end justify-center">
<Link href="#start-building-on-ethereum">
<Link href="#start-building-on-ethereum" className="hidden lg:block">
<Image
src="/assets/down-arrow.svg"
alt="diamon icon"
Expand All @@ -49,7 +49,7 @@ const Home: NextPage<{ stats: Stats }> = ({ stats }) => {

{/* Star Building on Ethereum */}
<div className="bg-white" id="start-building-on-ethereum">
<div className="container max-w-[90%] lg:max-w-6xl m-auto py-16 lg:py-20 lg:px-12 flex flex-col-reverse lg:flex-row items-center gap-5 lg:gap-0">
<div className="container max-w-[90%] lg:max-w-6xl m-auto py-12 lg:py-20 lg:px-12 flex flex-col lg:flex-row items-center gap-5 lg:gap-0">
<div className="space-y-6">
<h2 className="text-3xl lg:text-5xl lg:w-3/4 text-center lg:text-left">Start Building on Ethereum</h2>
<ul className="list-disc list-inside flex flex-col space-y-3 m-auto lg:mx-0 max-w-[300px] lg:max-w-none">
Expand Down

0 comments on commit 451d96a

Please sign in to comment.