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 975e258 commit 3baa854Copy full SHA for 3baa854
src/pages/index.js
@@ -22,7 +22,7 @@ function HomepageHeader() {
22
background: "white",
23
color: "#00152A",
24
float: "right",
25
- width: "40%",
+ width: "20%",
26
margin: "0",
27
};
28
const image = {
@@ -39,7 +39,7 @@ function HomepageHeader() {
39
<Link
40
className="button button--secondary button--lg"
41
to="/docs/installation/prerequisites">
42
- Deploy your first Cyclops module
+ Check it out
43
</Link>
44
</div>
45
src/pages/index.module.css
@@ -9,6 +9,8 @@
9
align-items: center;
10
alignment: center;
11
background: white;
12
+ display: flex;
13
+ justify-content: center;
14
}
15
16
@media screen and (max-width: 996px) {
0 commit comments