File tree Expand file tree Collapse file tree 3 files changed +23
-14
lines changed Expand file tree Collapse file tree 3 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 10
10
.footer {
11
11
display : flex;
12
12
margin-top : calc (-1 * var (--ktl-box-section-l ));
13
+ flex-direction : row-reverse;
14
+
15
+ @media (--ktl-ds) {
16
+ flex-direction : initial;
17
+ }
13
18
}
14
19
15
20
.nav {
67
72
}
68
73
}
69
74
70
- .support {
71
- margin-left : auto;
72
-
73
- display : flex;
74
- align-items : center;
75
+ .logo {
76
+ margin-bottom : 3px ;
75
77
}
76
78
77
79
.supportLabel {
78
- margin : 0 var (--ktl-box-block-m ) 0 0 ;
79
- text-align : right;
80
+ margin : 0 ;
80
81
}
81
82
82
83
.supportLink {
Original file line number Diff line number Diff line change @@ -28,14 +28,10 @@ const FooterMarkup = () => {
28
28
) ) }
29
29
</ ul >
30
30
< div className = { cn ( textCn ( 'ktl-text-3' ) , styles . support ) } >
31
- < p className = { styles . supportLabel } >
32
- Supported and developed
33
- < br />
34
- by JetBrains
35
- </ p >
36
31
< a className = { styles . supportLink } href = "https://jetbrains.com" target = "_blank" rel = "noreferrer noopener" >
37
- < img alt = "JetBrains Logo" src = { svgLogo } />
32
+ < img alt = "JetBrains Logo" src = { svgLogo } className = { styles . logo } />
38
33
</ a >
34
+ < p className = { styles . supportLabel } > Supported and developed by JetBrains</ p >
39
35
</ div >
40
36
</ div >
41
37
</ footer >
You can’t perform that action at this time.
0 commit comments