Add padding to homepage
This commit is contained in:
parent
6f1a569797
commit
5d96fdafd6
|
@ -16,7 +16,7 @@ const Home = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page assertUser="signed-in">
|
<Page assertUser="signed-in">
|
||||||
<Col className="mx-auto w-full">
|
<Col className="mx-auto w-full p-2">
|
||||||
<ContractSearch
|
<ContractSearch
|
||||||
querySortOptions={{
|
querySortOptions={{
|
||||||
shouldLoadFromStorage: false,
|
shouldLoadFromStorage: false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user