From 42418f516428e00352887654f4f8e745d42fea85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Wed, 20 Mar 2024 18:18:04 +0100 Subject: [PATCH] Consistency padding in middle resolutions --- packages/nextjs/app/_components/CommunityGrant.tsx | 2 +- packages/nextjs/app/_components/CompletedGrants.tsx | 4 ++-- packages/nextjs/app/_components/EcosystemGrants.tsx | 2 +- packages/nextjs/app/_components/HomepageHero.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/nextjs/app/_components/CommunityGrant.tsx b/packages/nextjs/app/_components/CommunityGrant.tsx index 3576c47..f19123e 100644 --- a/packages/nextjs/app/_components/CommunityGrant.tsx +++ b/packages/nextjs/app/_components/CommunityGrant.tsx @@ -4,7 +4,7 @@ import Link from "next/link"; export const CommunityGrant = () => { return (
-
+
{/* Left section(Title, desc and btn) */}
{/* Title */} diff --git a/packages/nextjs/app/_components/CompletedGrants.tsx b/packages/nextjs/app/_components/CompletedGrants.tsx index 1c0ab37..73093a0 100644 --- a/packages/nextjs/app/_components/CompletedGrants.tsx +++ b/packages/nextjs/app/_components/CompletedGrants.tsx @@ -5,7 +5,7 @@ import { GrantData } from "~~/services/database/schema"; const CompletedGrantCard = ({ title, description, askAmount, builder, link, completedAt }: GrantData) => { return ( -
+
ETH Icon @@ -43,7 +43,7 @@ export const CompletedGrants = async ({ limit }: { limit?: number }) => { return (
-
+

Completed grants diff --git a/packages/nextjs/app/_components/EcosystemGrants.tsx b/packages/nextjs/app/_components/EcosystemGrants.tsx index b8827ca..c19e5c0 100644 --- a/packages/nextjs/app/_components/EcosystemGrants.tsx +++ b/packages/nextjs/app/_components/EcosystemGrants.tsx @@ -40,7 +40,7 @@ export const EcosystemGrants = async () => { const ecosystemGrants = await getAllEcosystemGrants(); return (
-
+

Ecosystem impact grants diff --git a/packages/nextjs/app/_components/HomepageHero.tsx b/packages/nextjs/app/_components/HomepageHero.tsx index de418f6..3408afe 100644 --- a/packages/nextjs/app/_components/HomepageHero.tsx +++ b/packages/nextjs/app/_components/HomepageHero.tsx @@ -2,7 +2,7 @@ import Image from "next/image"; import Link from "next/link"; export const HomepageHero = () => ( -
+