diff options
author | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-12-13 17:54:18 +0800 |
---|---|---|
committer | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-12-13 17:54:18 +0800 |
commit | 5bd185e8319f654d1691b021d38c934983a1f107 (patch) | |
tree | e85d8fa229209fbb70e621338979b74ba7249c2d /packages/website/ts/@next/components/aboutPageLayout.tsx | |
parent | be045dad9bd026cb6d4323d3b70e3ff003cb0daa (diff) | |
download | dexon-0x-contracts-5bd185e8319f654d1691b021d38c934983a1f107.tar.gz dexon-0x-contracts-5bd185e8319f654d1691b021d38c934983a1f107.tar.zst dexon-0x-contracts-5bd185e8319f654d1691b021d38c934983a1f107.zip |
Adds images in instant page
Diffstat (limited to 'packages/website/ts/@next/components/aboutPageLayout.tsx')
-rw-r--r-- | packages/website/ts/@next/components/aboutPageLayout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/components/aboutPageLayout.tsx b/packages/website/ts/@next/components/aboutPageLayout.tsx index 002d35c0c..2d871ac71 100644 --- a/packages/website/ts/@next/components/aboutPageLayout.tsx +++ b/packages/website/ts/@next/components/aboutPageLayout.tsx @@ -18,7 +18,7 @@ interface Props { export const AboutPageLayout = (props: Props) => ( <SiteWrap theme="light"> - <Section isFlex={true} maxWidth="1170px"> + <Section isFlex={true} maxWidth="1170px" wrapWidth="100%"> <Column> <ChapterLink to="/next/about/mission">Our Mission</ChapterLink> <ChapterLink to="/next/about/team">Team</ChapterLink> |