Merge pull request #1469 from 0xProject/fix/website/job-openings
[website] Tweak job listings
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user