Merge pull request #1469 from 0xProject/fix/website/job-openings

[website] Tweak job listings
This commit is contained in:
Steve Klebanoff
2018-12-21 16:11:56 -08:00
committed by GitHub
2 changed files with 16 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ type StringOrNum = string | number;
export type ContainerTag = 'div' | 'span';
export interface ContainerProps {
children?: React.ReactNode;
margin?: string;
marginTop?: StringOrNum;
marginBottom?: StringOrNum;