File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed
blocks/main/foundation-preview Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 83
83
}
84
84
}
85
85
86
- @media (--ktl-ds ) {
86
+ @media (--ktl-tl-min ) {
87
87
.foundationPreviewImage {
88
88
right : -48px ;
89
89
top : -6px ;
90
90
}
91
91
92
92
.companies {
93
93
flex-wrap : wrap;
94
+ align-items : center;
94
95
gap : 8px ;
96
+ max-width : 684px ;
95
97
}
96
98
97
99
.companyLogo {
98
100
margin-right : 10px ;
99
- }
100
-
101
- .companyLogo : nth-child (2 ) {
102
- margin-right : 50% ;
101
+ display : flex;
103
102
}
104
103
105
104
.buttonWrap {
160
159
@media (--ktl-tl) {
161
160
text-transform : none;
162
161
}
163
- }
162
+ }
Original file line number Diff line number Diff line change @@ -31,9 +31,10 @@ import GradleLogo from '../public/images/companies/gradle.svg';
31
31
import UberLogo from '../public/images/companies/uber.svg' ;
32
32
import AtlassianLogo from '../public/images/companies/atlassian.svg' ;
33
33
import GoogleLogo from '../public/images/companies/google.svg' ;
34
- import JetbrainsLogo from '../public/images/companies/jetbrains.svg' ;
34
+ import JetbrainsLogoSquare from '../public/images/companies/jetbrains-logo-square .svg' ;
35
35
import ShopifyLogo from '../public/images/companies/shopify.svg' ;
36
36
import TouchlabLogo from '../public/images/companies/touchlab.svg' ;
37
+ import KotzillaLogo from '../public/images/companies/kotzilla-logo.svg'
37
38
38
39
import McDonaldsLogo from '../public/images/companies/mcdonalds.svg' ;
39
40
import AWSLogo from '../public/images/companies/aws.svg' ;
@@ -99,7 +100,7 @@ const kotlinUsageHighlightsCases = [
99
100
const kotlinFoundationCompanies = [
100
101
{
101
102
name : 'JetBrains' ,
102
- logo : JetbrainsLogo ,
103
+ logo : JetbrainsLogoSquare ,
103
104
link : 'https://www.jetbrains.com/'
104
105
} ,
105
106
{
@@ -126,7 +127,13 @@ const kotlinFoundationCompanies = [
126
127
name : 'Touchlab' ,
127
128
logo : TouchlabLogo ,
128
129
link : 'https://touchlab.co/'
129
- }
130
+ } ,
131
+ {
132
+ name : 'Kotzilla' ,
133
+ logo : KotzillaLogo ,
134
+ link : 'https://kotzilla.io/'
135
+ } ,
136
+
130
137
] ;
131
138
132
139
export async function getStaticProps ( ) {
You can’t perform that action at this time.
0 commit comments