This repository was archived by the owner on Apr 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import tickImg from '../resources/icon-tick-blue.svg'
31
31
import questionMarkImg from '../resources/question-mark.svg'
32
32
import crossImg from '../resources/cross.svg'
33
33
import Difference from '../components/gitpod-vs-codespaces/Difference'
34
+ import Octocat from '../resources/octocat.svg'
34
35
35
36
const Tick = ( ) => < img style = { { height : '2.1rem' } } src = { tickImg } alt = "Check Mark" />
36
37
@@ -54,15 +55,15 @@ const StyledGitpodVsCodespacesPage = styled.div`
54
55
padding: 4rem 0 6rem;
55
56
text-align: center;
56
57
57
- &__img {
58
- height: 7rem;
59
- }
60
-
61
58
&__title {
62
59
margin: 2rem 0 2rem;
63
60
}
64
61
}
65
62
63
+ .octocat {
64
+ height: 14rem;
65
+ }
66
+
66
67
.glance {
67
68
text-align: center;
68
69
}
@@ -74,6 +75,7 @@ const GitpodVsCodespacesPage = () => (
74
75
< section className = "main" >
75
76
< div className = "row" >
76
77
< div className = "intro pattern" >
78
+ < img className = "octocat" src = { Octocat } alt = "Octocat" />
77
79
< h1 className = "intro__title" >
78
80
< strong > Gitpod vs GitHub Codespaces</ strong >
79
81
</ h1 >
You can’t perform that action at this time.
0 commit comments