From edb3809f1c5afc63cbcc885a24c21ee9ddb932b0 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Wed, 12 Jan 2022 02:13:01 -0500 Subject: [PATCH] Standardize on max-w-4xl --- web/pages/activity.tsx | 2 +- web/pages/create.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pages/activity.tsx b/web/pages/activity.tsx index 136b1425..dae5c152 100644 --- a/web/pages/activity.tsx +++ b/web/pages/activity.tsx @@ -11,7 +11,7 @@ import { Col } from '../components/layout/col' function FeedCard(props: { contract: Contract }) { const { contract } = props return ( -
+
) diff --git a/web/pages/create.tsx b/web/pages/create.tsx index 3cd6430f..1a4a19d2 100644 --- a/web/pages/create.tsx +++ b/web/pages/create.tsx @@ -84,7 +84,7 @@ export default function NewContract() { - <div className="w-full max-w-3xl bg-gray-100 rounded-lg shadow-md px-6 py-4"> + <div className="w-full max-w-4xl bg-gray-100 rounded-lg shadow-md px-6 py-4"> {/* Create a Tailwind form that takes in all the fields needed for a new contract */} {/* When the form is submitted, create a new contract in the database */} <form>