diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-18 21:30:10 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-19 05:03:42 +0800 |
commit | 342ecae34d80579560703b6912ac9219fcda0c72 (patch) | |
tree | 33eebd7a611487554439f1fede7e423dc35ba6d8 /packages/website/ts/@next/pages | |
parent | b40551e2dfdae276850be1f38bd0eaeaafe02749 (diff) | |
download | dexon-0x-contracts-342ecae34d80579560703b6912ac9219fcda0c72.tar.gz dexon-0x-contracts-342ecae34d80579560703b6912ac9219fcda0c72.tar.zst dexon-0x-contracts-342ecae34d80579560703b6912ac9219fcda0c72.zip |
Left-align hero on mobile
Diffstat (limited to 'packages/website/ts/@next/pages')
-rw-r--r-- | packages/website/ts/@next/pages/market_maker.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/ts/@next/pages/market_maker.tsx b/packages/website/ts/@next/pages/market_maker.tsx index a9d8cb19f..37a25f0ac 100644 --- a/packages/website/ts/@next/pages/market_maker.tsx +++ b/packages/website/ts/@next/pages/market_maker.tsx @@ -50,6 +50,7 @@ export class NextMarketMaker extends React.Component { maxWidthHeading="715px" isLargeTitle={false} isFullWidth={false} + isCenteredMobile={false} title="Bring liquidity to the exchanges of the future" description="Market makers (MMs) are important stakeholders in the 0x ecosystem. The Market Making Program provides a set of resources that help onboard MMs bring liquidity to the 0x network. The program includes tutorials, a robust data platform, trade compensation, and 1:1 support from our MM Success Manager." actions={<HeroActions/>} |