diff --git a/web/src/App.tsx b/web/src/App.tsx index ad77d55..40a6891 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -11,7 +11,7 @@ export const App = () => {
Will is going to win, but will you?
diff --git a/web/src/globals.css b/web/src/globals.css index cddb526..162358d 100644 --- a/web/src/globals.css +++ b/web/src/globals.css @@ -7,7 +7,11 @@ html, body { } h2 { - @apply text-2xl font-bold text-dark-text-primary; + @apply text-2xl font-bold text-dark-text-primary py-2; +} + +p { + @apply py-2; } p > a { diff --git a/web/src/index.tsx b/web/src/index.tsx index a462c8b..7865102 100644 --- a/web/src/index.tsx +++ b/web/src/index.tsx @@ -23,7 +23,6 @@ const config = createConfig({ safe(), ], transports: { - [mainnet.id]: http(), [base.id]: http(), }, })