Skip to content

Commit 25c2772

Browse files
author
Ives van Hoorne
committed
Change header
1 parent 3862e0a commit 25c2772

File tree

1 file changed

+4
-2
lines changed
  • src/homepage/src/screens/home/CycleFeature

1 file changed

+4
-2
lines changed

src/homepage/src/screens/home/CycleFeature/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ const Flow = styled.div`
6363
margin-top: 8rem;
6464
`;
6565

66-
const OffsettedCube = styled.div`margin-top: -80px;`;
66+
const OffsettedCube = styled.div`
67+
margin-top: -80px;
68+
`;
6769

6870
const CubeSteps = styled.div`
6971
position: relative;
@@ -352,7 +354,7 @@ export default class CycleFeatures extends React.PureComponent {
352354
return (
353355
<MaxWidth width={1280}>
354356
<Centered horizontal>
355-
<Heading>Not just a playground</Heading>
357+
<Heading>Be Productive, Anywhere</Heading>
356358
<SubHeading>
357359
We aim to give you the tools to build a full blown web application.
358360
You can easily import projects from GitHub, make commits, and

0 commit comments

Comments
 (0)