You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/components/index/Banner.tsx
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ const Styled = styled.div`
25
25
}
26
26
27
27
&__text-box {
28
-
margin-top: 12rem;
28
+
margin-top: 8rem;
29
29
30
30
h1 {
31
31
br {
@@ -47,7 +47,7 @@ const Styled = styled.div`
47
47
}
48
48
49
49
@media(min-width: ${sizes.breakpoints.lg}) {
50
-
width: 40%;
50
+
width: 50%;
51
51
}
52
52
}
53
53
@@ -68,7 +68,7 @@ const Styled = styled.div`
68
68
transform: scale(1.15) translate(6rem, 6rem);
69
69
70
70
&-container {
71
-
width: 50%;
71
+
width: 40%;
72
72
}
73
73
}
74
74
}
@@ -105,10 +105,9 @@ const Banner = () => (
105
105
<headerrole="banner"className="banner">
106
106
<divclassName="banner__text-box">
107
107
<h1>
108
-
Are You <br/>Ready-To-Code?
109
-
<span>Start Instantly. Anywhere.</span>
108
+
Dev Environment as Code <span>for Modern DevOps Teams.</span>
110
109
</h1>
111
-
<p>Gitpod launches ready-to-code dev environments<br/>for your GitHub or GitLab project with a single click.</p>
110
+
<p>Describe your dev environment as code and get a fully prebuilt, ready-to-code development environment for any GitLab, GitHub and Bitbucket project.</p>
0 commit comments