correcting column size
This commit is contained in:
parent
1202dcb830
commit
8783e1a1bb
@ -103,7 +103,7 @@ const Invite = React.createClass({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Row>
|
<Row>
|
||||||
<Column xs={6}>
|
<Column md={6}>
|
||||||
<p>Search for a person by name or email or enter an email address
|
<p>Search for a person by name or email or enter an email address
|
||||||
to invite someone new.</p>
|
to invite someone new.</p>
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ const flexed = (...args) => (props) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const flexBasis = width('auto');
|
const flexBasis = width('auto');
|
||||||
const maxWidth = width('none');
|
const maxWidth = width('100%');
|
||||||
const marginLeft = width(0);
|
const marginLeft = width(0);
|
||||||
|
|
||||||
const breakpoint = (prop, size) => {
|
const breakpoint = (prop, size) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user