aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/pages/instant.tsx
diff options
context:
space:
mode:
authorEzekiel Aquino <ezekiel@bakkenbaeck.no>2018-12-03 18:15:34 +0800
committerEzekiel Aquino <ezekiel@bakkenbaeck.no>2018-12-03 18:15:34 +0800
commit1fab30ef80b58435405bce8cddaf375f4c5a9047 (patch)
tree5992d64dd3d54a19e62cb7ea15930c9f2eada0ae /packages/website/ts/@next/pages/instant.tsx
parent62eba1e8202925b88932bf10b65c4239131185e5 (diff)
downloaddexon-0x-contracts-1fab30ef80b58435405bce8cddaf375f4c5a9047.tar
dexon-0x-contracts-1fab30ef80b58435405bce8cddaf375f4c5a9047.tar.gz
dexon-0x-contracts-1fab30ef80b58435405bce8cddaf375f4c5a9047.tar.bz2
dexon-0x-contracts-1fab30ef80b58435405bce8cddaf375f4c5a9047.tar.lz
dexon-0x-contracts-1fab30ef80b58435405bce8cddaf375f4c5a9047.tar.xz
dexon-0x-contracts-1fab30ef80b58435405bce8cddaf375f4c5a9047.tar.zst
dexon-0x-contracts-1fab30ef80b58435405bce8cddaf375f4c5a9047.zip
A bit of formatting, centeres instant text
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>