diff options
author | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-12-10 21:26:32 +0800 |
---|---|---|
committer | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-12-10 21:26:32 +0800 |
commit | 55ed406746e3a1bd5cca6010e438b8f2a3550a3c (patch) | |
tree | 08bd10307354c0b10f9771a3cbf63c8396e78967 /packages/website/ts/@next/components/sections/landing/hero.tsx | |
parent | f93e77e77cede2ef87db8bfc2d40d5a9b842e9d7 (diff) | |
download | dexon-0x-contracts-55ed406746e3a1bd5cca6010e438b8f2a3550a3c.tar.gz dexon-0x-contracts-55ed406746e3a1bd5cca6010e438b8f2a3550a3c.tar.zst dexon-0x-contracts-55ed406746e3a1bd5cca6010e438b8f2a3550a3c.zip |
Use defined paddings
Diffstat (limited to 'packages/website/ts/@next/components/sections/landing/hero.tsx')
-rw-r--r-- | packages/website/ts/@next/components/sections/landing/hero.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/components/sections/landing/hero.tsx b/packages/website/ts/@next/components/sections/landing/hero.tsx index 98e111805..d94da18ec 100644 --- a/packages/website/ts/@next/components/sections/landing/hero.tsx +++ b/packages/website/ts/@next/components/sections/landing/hero.tsx @@ -6,7 +6,7 @@ import {Heading, Paragraph} from 'ts/@next/components/text'; import LogoOutlined from 'ts/@next/icons/illustrations/logo-outlined.svg'; export const SectionLandingHero = () => ( - <Section> + <Section isPadLarge={true}> <Wrap isReversed={true}> <Column colWidth="1/2"> <WrapCentered> |