aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
diff options
context:
space:
mode:
authorFred Carlsen <fred@sjelfull.no>2018-12-11 02:19:17 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-11 02:19:38 +0800
commit6ef5f28f81c9bf2908bbf6d4e1e1a0b7e926b92f (patch)
treeba2663014653fbda7f96c092aa29ca34c447cb8c /packages/website
parentbeffcd990cb73655ea97cc61727a9c1bde359b97 (diff)
downloaddexon-sol-tools-6ef5f28f81c9bf2908bbf6d4e1e1a0b7e926b92f.tar
dexon-sol-tools-6ef5f28f81c9bf2908bbf6d4e1e1a0b7e926b92f.tar.gz
dexon-sol-tools-6ef5f28f81c9bf2908bbf6d4e1e1a0b7e926b92f.tar.bz2
dexon-sol-tools-6ef5f28f81c9bf2908bbf6d4e1e1a0b7e926b92f.tar.lz
dexon-sol-tools-6ef5f28f81c9bf2908bbf6d4e1e1a0b7e926b92f.tar.xz
dexon-sol-tools-6ef5f28f81c9bf2908bbf6d4e1e1a0b7e926b92f.tar.zst
dexon-sol-tools-6ef5f28f81c9bf2908bbf6d4e1e1a0b7e926b92f.zip
Remove padding for now
Diffstat (limited to 'packages/website')
-rw-r--r--packages/website/ts/@next/pages/about/mission.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/website/ts/@next/pages/about/mission.tsx b/packages/website/ts/@next/pages/about/mission.tsx
index 4a86aab4f..1d60d4373 100644
--- a/packages/website/ts/@next/pages/about/mission.tsx
+++ b/packages/website/ts/@next/pages/about/mission.tsx
@@ -15,13 +15,13 @@ export const NextAboutMission = () => (
<SiteWrap theme="light">
<Section>
<Wrap>
- <Column colWidth="1/3" isPadLarge={true}>
+ <Column colWidth="1/3">
<ChapterLink to="/next/about/mission">Our Mission</ChapterLink>
<ChapterLink to="/next/about/team">Team</ChapterLink>
<ChapterLink to="/next/about/press">Press</ChapterLink>
<ChapterLink to="/next/about/jobs">Jobs</ChapterLink>
</Column>
- <Column colWidth="2/3" isPadLarge={true}>
+ <Column colWidth="2/3">
<Heading size="medium">Creating a tokenized world where all value can flow freely.</Heading>
<Paragraph size="medium">0x Protocol is an important infrastructure layer for the emerging crypto economy and enables markets to be created that couldn't have existed before. As more assets become tokenized, public blockchains provide the opportunity to establish a new financial stack that is more efficient, transparent, and equitable than any system in the past.</Paragraph>
<Link href="/mission">Our missions and values</Link>
@@ -31,7 +31,7 @@ export const NextAboutMission = () => (
<Section isFullWidth={true} isNoPadding={true}>
<Wrap width="full">
- <Image src="/images/@next/about/about-mission@2x.jpg" alt="" isCentered={true} />
+ <Image src="/images/@next/about/about-mission@2x.jpg" height="372" alt="" isCentered={true} />
</Wrap>
</Section>