From 6fff033267ef03dd61404871d8fb0c15181c25d0 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Mon, 25 Apr 2022 16:06:07 -0400 Subject: [PATCH] Some styles for charity list page --- web/pages/charity/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/pages/charity/index.tsx b/web/pages/charity/index.tsx index 043376ad..6927b096 100644 --- a/web/pages/charity/index.tsx +++ b/web/pages/charity/index.tsx @@ -39,17 +39,17 @@ export default function Charity() { return ( - + - + <Title className="!mt-0" text="Donate to a charity" /> <div className="mb-6 text-gray-500"> - Exchange your $M for real dollars in the form of charity donations! + Exchange your M$ for real dollars in the form of charity donations! </div> <input type="text" onChange={(e) => debouncedQuery(e.target.value)} placeholder="Search charities" - className="input input-bordered mb-4 w-full" + className="input input-bordered mb-6 w-full" /> </Col> <div className="grid max-w-xl grid-flow-row grid-cols-1 gap-3 lg:max-w-full lg:grid-cols-2 xl:grid-cols-3">