Add padding to homepage

This commit is contained in:
Austin Chen 2022-05-20 13:53:12 -04:00
parent 6f1a569797
commit 5d96fdafd6

View File

@ -16,7 +16,7 @@ const Home = () => {
return (
<Page assertUser="signed-in">
<Col className="mx-auto w-full">
<Col className="mx-auto w-full p-2">
<ContractSearch
querySortOptions={{
shouldLoadFromStorage: false,