File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
examples/react-transform-boilerplate/src Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,12 @@ const primary = '#4A75BD';
88export default class Content extends Component {
99 render ( ) {
1010 return (
11- < div style = { { marginTop : '3rem' } } >
12- < Row >
13- < Cell is = "3 tablet-4 phone-4" > < Box color = { gray } size = "big" /> </ Cell >
14- < Cell is = "3 tablet-4 phone-4" > < Box color = { gray } size = "big" /> </ Cell >
15- < Cell is = "3 tablet-4 phone-4" > < Box color = { gray } size = "big" /> </ Cell >
16- < Cell is = "3 tablet-4 phone-4" > < Box color = { primary } size = "big" /> </ Cell >
17- </ Row >
18- </ div >
11+ < Row >
12+ < Cell is = "3 tablet-4 phone-4" > < Box color = { gray } size = "big" /> </ Cell >
13+ < Cell is = "3 tablet-4 phone-4" > < Box color = { gray } size = "big" /> </ Cell >
14+ < Cell is = "3 tablet-4 phone-4" > < Box color = { gray } size = "big" /> </ Cell >
15+ < Cell is = "3 tablet-4 phone-4" > < Box color = { primary } size = "big" /> </ Cell >
16+ </ Row >
1917 ) ;
2018 }
2119}
You can’t perform that action at this time.
0 commit comments