diff --git a/packages/nextjs/app/page.tsx b/packages/nextjs/app/page.tsx index 981b92d..795ff0a 100644 --- a/packages/nextjs/app/page.tsx +++ b/packages/nextjs/app/page.tsx @@ -35,16 +35,14 @@ const Home: NextPage = () => { return (
{/* First row */} -
+
{/* Introduction section */} -
+

Run an Ethereum node with a single command:

Mac/linux

-

- /bin/bash -c "$(curl -fsSL https://client.buidlguidl.com/runBuidlGuidlClient.sh)" -

+

/bin/bash -c "$(curl -fsSL https://bgclient.io)"

or run the client from the repo:

@@ -56,15 +54,18 @@ const Home: NextPage = () => {
- {/* Screenshot section */} -
- screenshot -
+ {/* Second row for mobile - flex row to make sections share the row */} +
+ {/* Screenshot section */} +
+ screenshot +
- {/* Satellite section */} -
- satellite -
+ {/* Satellite section */} +
+ satellite +
+
{/* Second row */} diff --git a/packages/nextjs/tailwind.config.js b/packages/nextjs/tailwind.config.js index fa7310d..1eabed5 100644 --- a/packages/nextjs/tailwind.config.js +++ b/packages/nextjs/tailwind.config.js @@ -84,6 +84,9 @@ module.exports = { "pulse-fast": "pulse 1.5s cubic-bezier(.57,.21,.69,1.25) infinite", "animate-ping": "ping 1s ease-in-out infinite", }, + screens: { + lg: "1145px", + }, }, }, };