diff options
author | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-11-30 22:07:42 +0800 |
---|---|---|
committer | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-11-30 22:07:42 +0800 |
commit | 57e539ed41af9a5a0f8d8e2454c7b45c1b4c2986 (patch) | |
tree | ea0723faad731f16fd8104168e3f93a5696ee268 /packages/website/ts/@next/pages | |
parent | db1babd5be1b12e94056f48d496c7a6511cecdaa (diff) | |
download | dexon-0x-contracts-57e539ed41af9a5a0f8d8e2454c7b45c1b4c2986.tar dexon-0x-contracts-57e539ed41af9a5a0f8d8e2454c7b45c1b4c2986.tar.gz dexon-0x-contracts-57e539ed41af9a5a0f8d8e2454c7b45c1b4c2986.tar.bz2 dexon-0x-contracts-57e539ed41af9a5a0f8d8e2454c7b45c1b4c2986.tar.lz dexon-0x-contracts-57e539ed41af9a5a0f8d8e2454c7b45c1b4c2986.tar.xz dexon-0x-contracts-57e539ed41af9a5a0f8d8e2454c7b45c1b4c2986.tar.zst dexon-0x-contracts-57e539ed41af9a5a0f8d8e2454c7b45c1b4c2986.zip |
Allows margin to be passed variable integers as values, adds comments
Diffstat (limited to 'packages/website/ts/@next/pages')
-rw-r--r-- | packages/website/ts/@next/pages/landing.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/ts/@next/pages/landing.tsx b/packages/website/ts/@next/pages/landing.tsx index 2793993f9..98ee034b9 100644 --- a/packages/website/ts/@next/pages/landing.tsx +++ b/packages/website/ts/@next/pages/landing.tsx @@ -69,6 +69,7 @@ export const NextLanding = () => ( </Button> </WrapCentered> + {/* Note you can also pass in a string "large/default" or a number for custom margins */} <Wrap margin={['large', 0, 0, 0]}> {/* NOTE: this probably should be withComponent as part of a <dl> */} <Column colWidth="1/3" noPadding> |