correcting column size

This commit is contained in:
Alex Windett 2017-02-03 15:43:55 +00:00
parent 1202dcb830
commit 8783e1a1bb
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ const Invite = React.createClass({
return (
<Row>
<Column xs={6}>
<Column md={6}>
<p>Search for a person by name or email or enter an email address
to invite someone new.</p>

View File

@ -46,7 +46,7 @@ const flexed = (...args) => (props) => {
};
const flexBasis = width('auto');
const maxWidth = width('none');
const maxWidth = width('100%');
const marginLeft = width(0);
const breakpoint = (prop, size) => {