Skip to content

Commit 3baa854

Browse files
committed
features
1 parent 975e258 commit 3baa854

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function HomepageHeader() {
2222
background: "white",
2323
color: "#00152A",
2424
float: "right",
25-
width: "40%",
25+
width: "20%",
2626
margin: "0",
2727
};
2828
const image = {
@@ -39,7 +39,7 @@ function HomepageHeader() {
3939
<Link
4040
className="button button--secondary button--lg"
4141
to="/docs/installation/prerequisites">
42-
Deploy your first Cyclops module
42+
Check it out
4343
</Link>
4444
</div>
4545
</div>

src/pages/index.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
align-items: center;
1010
alignment: center;
1111
background: white;
12+
display: flex;
13+
justify-content: center;
1214
}
1315

1416
@media screen and (max-width: 996px) {

0 commit comments

Comments
 (0)