Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 9c59454

Browse files
committed
Update banner
1 parent 36fe59f commit 9c59454

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/components/index/Banner.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Styled = styled.div`
2525
}
2626
2727
&__text-box {
28-
margin-top: 12rem;
28+
margin-top: 8rem;
2929
3030
h1 {
3131
br {
@@ -47,7 +47,7 @@ const Styled = styled.div`
4747
}
4848
4949
@media(min-width: ${sizes.breakpoints.lg}) {
50-
width: 40%;
50+
width: 50%;
5151
}
5252
}
5353
@@ -68,7 +68,7 @@ const Styled = styled.div`
6868
transform: scale(1.15) translate(6rem, 6rem);
6969
7070
&-container {
71-
width: 50%;
71+
width: 40%;
7272
}
7373
}
7474
}
@@ -105,10 +105,9 @@ const Banner = () => (
105105
<header role="banner" className="banner">
106106
<div className="banner__text-box">
107107
<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>
110109
</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>
112111
<div className="btn-wrapper">
113112
<a href="https://gitpod.io/#https://github.com/gitpod-io/spring-petclinic" className="btn btn--cta">Let's Try It!</a>
114113
<br aria-hidden={true} />

0 commit comments

Comments
 (0)