File tree Expand file tree Collapse file tree 2 files changed +4
-36
lines changed Expand file tree Collapse file tree 2 files changed +4
-36
lines changed Original file line number Diff line number Diff line change 4
4
background : # 19191C ;
5
5
padding : 48px 0 ;
6
6
overflow : hidden;
7
-
8
- @media (--ktl-ts-min) {
9
- padding : 72px 0 ;
10
- }
11
-
12
- @media (--ktl-ds-min) {
13
- padding : 96px 0 ;
14
- }
15
-
16
- }
17
-
18
- .heroSection [data-optimizely-id = 'hero-ab' ] {
19
7
text-align : center;
20
8
@media (--ktl-ts-min) {
9
+ padding : 72px 0 ;
21
10
.content {
22
11
margin-left : 38px ;
23
12
}
24
13
}
25
14
@media (--ktl-ds-min) {
15
+ padding : 96px 0 ;
26
16
.content {
27
17
margin-left : 90px ;
28
18
}
53
43
.developerLogo {
54
44
margin : 0 ;
55
45
}
46
+
56
47
.developerCaption {
57
- display : none;
58
- }
59
- .developerCaptionAb {
60
48
display : block;
61
49
margin-right : 8px ;
62
50
}
275
263
}
276
264
}
277
265
278
- .developerCaption {
279
- white-space : nowrap;
280
- margin-left : 38px ;
281
- }
282
-
283
- .developerCaptionAb {
284
- display : none;
285
- }
286
-
287
266
.getStartedButton {
288
267
background : # 7F52FF !important ;
289
268
Original file line number Diff line number Diff line change @@ -41,25 +41,14 @@ export const HeroSection: FC<Props> = ({ children, title }) => {
41
41
</ Button >
42
42
< div className = { styles . developer } >
43
43
< div className = { styles . developerContent } >
44
- < div className = { cn ( darkTextCn ( 'rs-text-2' , { hardness : 'hard' } ) , styles . developerCaptionAb ) } > Developed by</ div >
44
+ < div className = { cn ( darkTextCn ( 'rs-text-2' , { hardness : 'hard' } ) , styles . developerCaption ) } > Developed by</ div >
45
45
< a
46
46
href = "https://www.jetbrains.com/"
47
47
target = { '_blank' }
48
48
rel = { 'noreferrer noopener' }
49
49
>
50
50
< img src = { JBLogo . src } alt = "jetbrains logo" className = { styles . developerLogo } /> { ' ' }
51
51
</ a >
52
- < div className = { cn ( darkTextCn ( 'rs-text-3' , { hardness : 'hard' } ) , styles . developerCaption ) } >
53
- Kotlin, developed by
54
- < a
55
- href = "https://www.jetbrains.com/"
56
- className = { darkTextCn ( 'rs-link' , { hardness : 'hard' } ) }
57
- target = { '_blank' }
58
- rel = { 'noreferrer noopener' }
59
- >
60
- JetBrains
61
- </ a > .
62
- </ div >
63
52
</ div >
64
53
</ div >
65
54
</ div >
You can’t perform that action at this time.
0 commit comments