File tree 6 files changed +25
-13
lines changed
pages/identified/missions
6 files changed +25
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { tracked } from '@glimmer/tracking';
4
4
5
5
import didRender from ' ../modifiers/did-render' ;
6
6
7
- const ROBOT_IMAGE_OFFSET = 76 ;
7
+ const ROBOT_IMAGE_OFFSET = 68 ;
8
8
9
9
export default class RobotDialog extends Component {
10
10
@tracked resizeObserver;
Original file line number Diff line number Diff line change 48
48
max-width : 1730px ;
49
49
50
50
@include device-is (' tablet' ) {
51
- margin : 32 px ;
51
+ margin : 24 px ;
52
52
}
53
53
54
54
@include device-is (' desktop' ) {
Original file line number Diff line number Diff line change 1
1
.bubble-container {
2
2
display : flex ;
3
- margin-bottom : 16 px ;
3
+ margin-bottom : 8 px ;
4
4
}
5
5
6
6
.bubble {
9
9
height : fit-content ;
10
10
margin-right : 16px ;
11
11
margin-left : 8px ;
12
- padding : 12px 24px ;
13
- font-size : 1.5rem ;
12
+ padding : 8px 20px ;
13
+ font-size : 1.4rem ;
14
+
15
+ @include device-is (' tablet' ) {
16
+ font-size : 1.25rem ;
17
+ }
18
+
14
19
text-align : left ;
15
20
background-color : var (--pix-primary-100 );
16
21
border-radius : 16px 16px 16px 0 ;
Original file line number Diff line number Diff line change 1
1
.challenge-item {
2
2
display : flex ;
3
3
align-content : center ;
4
- margin : 35 px 140px 0 ;
4
+ margin : 16 px 140px 0 ;
5
5
transition : all 0.4s ;
6
6
7
7
@include device-is (' tablet' ) {
8
- margin : 35 px 120px 0 ;
8
+ margin : 16 px 120px 0 ;
9
9
}
10
10
11
11
& --single-display {
12
12
flex-direction : column ;
13
13
}
14
14
15
15
& __media {
16
- width : 60 % ;
16
+ width : 50 % ;
17
17
height : fit-content ;
18
18
margin-right : var (--pix-spacing-6x );
19
19
padding : var (--pix-spacing-4x );
28
28
}
29
29
30
30
& __proposals {
31
- width : 40 % ;
31
+ width : 50 % ;
32
32
33
33
& --single-display {
34
34
width : unset ;
Original file line number Diff line number Diff line change 1
1
.robot-speaking {
2
2
display : flex ;
3
3
width : 100% ;
4
- margin-top : 30px ;
4
+ margin-top : 24px ;
5
+
6
+ @include device-is (' tablet' ) {
7
+ margin-top : 12px ;
8
+ }
5
9
6
10
.bubbles {
7
11
display : flex ;
8
12
flex-direction : column ;
9
13
justify-content : start ;
10
14
max-width : 80% ;
11
- margin-left : 130px ;
15
+ margin-left : 140px ;
16
+
17
+ @include device-is (' tablet' ) {
18
+ margin-left : 120px ;
19
+ }
12
20
}
13
21
14
22
& __logo {
15
23
position : absolute ;
16
24
width : 128px ;
17
25
margin-top : -57px ;
18
- margin-right : var (--pix-spacing-3x );
19
26
20
27
@include device-is (' tablet' ) {
21
28
width : 106px ;
22
29
margin-top : -37px ;
23
- margin-right : var (--pix-spacing-4x );
24
30
}
25
31
}
26
32
}
Original file line number Diff line number Diff line change 1
1
.mission-page {
2
2
& __body {
3
3
display : flex ;
4
+ margin-top : 16px ;
4
5
margin-left : 145px ;
5
6
6
7
@include device-is (' tablet' ) {
You can’t perform that action at this time.
0 commit comments