We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3862e0a commit 25c2772Copy full SHA for 25c2772
src/homepage/src/screens/home/CycleFeature/index.js
@@ -63,7 +63,9 @@ const Flow = styled.div`
63
margin-top: 8rem;
64
`;
65
66
-const OffsettedCube = styled.div`margin-top: -80px;`;
+const OffsettedCube = styled.div`
67
+ margin-top: -80px;
68
+`;
69
70
const CubeSteps = styled.div`
71
position: relative;
@@ -352,7 +354,7 @@ export default class CycleFeatures extends React.PureComponent {
352
354
return (
353
355
<MaxWidth width={1280}>
356
<Centered horizontal>
- <Heading>Not just a playground</Heading>
357
+ <Heading>Be Productive, Anywhere</Heading>
358
<SubHeading>
359
We aim to give you the tools to build a full blown web application.
360
You can easily import projects from GitHub, make commits, and
0 commit comments