diff --git a/app/pages/index.tsx b/app/pages/index.tsx index 2c66f11..3be82ff 100644 --- a/app/pages/index.tsx +++ b/app/pages/index.tsx @@ -55,11 +55,10 @@ export default function Home({ tools }: { tools: Array }) { : currentItem?.logoUrl return ( -
+
Ethereum Developer Tooling Landscape | DappCamp - }) {
- -
-
-

- Ethereum Developer Tooling Landscape -

-
- DappCamp Logo +
+
+
+
+ DappCamp Logo +
+
+

+ Ethereum Developer Tooling Landscape +

+

+ {`Ethereum and EVM compatible developer tooling landscape`} +

+
- -

- {`Ethereum and EVM compatible developer tooling landscape`} -

-
}) { > {groupNames.map((group) => (
-

{group}

+

{group}

{groupedTools[group].map((item: any, index: number) => ( diff --git a/app/styles/globals.css b/app/styles/globals.css index 7e916ab..6c901a7 100644 --- a/app/styles/globals.css +++ b/app/styles/globals.css @@ -7,3 +7,12 @@ body { font-family: 'Inter', sans-serif !important; } + +html, +body, +main { + height: 100vh; +} +main { + box-sizing: border-box; +}