Skip to content

Commit 2b49d76

Browse files
authored
Merge pull request #69 from KotlinFoundation/ktl-1470-logo
ktl-1470 chore: update logos
2 parents 29bd5d1 + c99ca3a commit 2b49d76

File tree

7 files changed

+53
-44
lines changed

7 files changed

+53
-44
lines changed

src/components/Footer/footer.module.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
.footer {
1111
display: flex;
1212
margin-top: calc(-1 * var(--ktl-box-section-l));
13+
flex-direction: row-reverse;
14+
15+
@media (--ktl-ds) {
16+
flex-direction: initial;
17+
}
1318
}
1419

1520
.nav {
@@ -67,16 +72,12 @@
6772
}
6873
}
6974

70-
.support {
71-
margin-left: auto;
72-
73-
display: flex;
74-
align-items: center;
75+
.logo {
76+
margin-bottom: 3px;
7577
}
7678

7779
.supportLabel {
78-
margin: 0 var(--ktl-box-block-m) 0 0;
79-
text-align: right;
80+
margin: 0;
8081
}
8182

8283
.supportLink {

src/components/Footer/index.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,10 @@ const FooterMarkup = () => {
2828
))}
2929
</ul>
3030
<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>
3631
<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} />
3833
</a>
34+
<p className={styles.supportLabel}>Supported and developed by JetBrains</p>
3935
</div>
4036
</div>
4137
</footer>

src/components/IntroBanner/introBanner.module.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,22 @@
3838
margin-left: 80px;
3939
}
4040

41+
.companiesGroup:nth-child(2) {
42+
margin-left: 24px;
43+
44+
@media (--ktl-ds) {
45+
margin-left: 48px;
46+
}
47+
48+
@media (--ktl-tl) {
49+
margin-left: var(--ktl-box-section-l);
50+
}
51+
52+
@media (--ktl-tm) {
53+
margin-left: 0;
54+
}
55+
}
56+
4157
.companiesLogos {
4258
--ktf-companies-logo-spacing: 12px;
4359

src/images/jb.svg

Lines changed: 12 additions & 19 deletions
Loading

src/images/partners/jetbrains.svg

Lines changed: 12 additions & 12 deletions
Loading

0 commit comments

Comments
 (0)