aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/pages/instant.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/@next/pages/instant.tsx')
-rw-r--r--packages/website/ts/@next/pages/instant.tsx8
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/website/ts/@next/pages/instant.tsx b/packages/website/ts/@next/pages/instant.tsx
index 18b791334..69a9fb6b3 100644
--- a/packages/website/ts/@next/pages/instant.tsx
+++ b/packages/website/ts/@next/pages/instant.tsx
@@ -16,11 +16,9 @@ export const Next0xInstant = () => (
<SiteWrap>
<Section>
<WrapCentered>
- <Column colWidth="2/3">
- <Heading size="medium" center>Introducing 0x Instant</Heading>
- <Paragraph size="medium" center>A free and flexible way to offer simple crypto purchasing in any app or website</Paragraph>
- <Button href="#">Get Started</Button>
- </Column>
+ <Heading size="medium" center>Introducing 0x Instant</Heading>
+ <Paragraph size="medium" center>A free and flexible way to offer simple crypto purchasing in any app or website</Paragraph>
+ <Button href="#">Get Started</Button>
</WrapCentered>
</Section>