Make credits program participants 1 row

This commit is contained in:
fragosti
2019-03-15 16:48:18 -07:00
parent d3f45d2148
commit f0753c8e58
2 changed files with 2 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ export const CenteredDefinition = (props: CenteredDefinitionProps) => (
);
const Wrap = styled.div<CenteredDefinitionProps>`
padding: 30px 0;
padding: 30px 15px;
max-width: ${props => props.isInline && 'calc(50% - 30px)'};
text-align: center;