File tree 3 files changed +8
-3
lines changed 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ const Secondary = styled.div`
102
102
103
103
export default ( { template } ) => (
104
104
< Container >
105
- < Title >
105
+ < Title title = "CodeSandbox" >
106
106
< Secondary style = { { color : template . color ( ) } } > Code</ Secondary >
107
107
< Primary > Sandbox</ Primary >
108
108
</ Title >
109
- < SubTitle >
109
+ < SubTitle title = "The online editor tailored for web applications" >
110
110
The online code editor for
111
111
< RollingText updateCheck = { template . name } width = "12rem" >
112
112
< span style = { { color : template . color ( ) } } > { template . niceName } </ span >
Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ const Container = styled.div`
40
40
flex-direction: row;
41
41
height: 255px;
42
42
43
+ ${ media . tablet `
44
+ margin-top: 1rem;
45
+ height: 320px;
46
+ ` } ;
47
+
43
48
${ media . phone `
44
49
margin-top: 1rem;
45
50
height: 280px;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default {
8
8
` ,
9
9
10
10
phone : ( ...args ) => css `
11
- @media (max-width : 600 px ) {
11
+ @media (max-width : 660 px ) {
12
12
${ css ( ...args ) } ;
13
13
}
14
14
` ,
You can’t perform that action at this time.
0 commit comments