Skip to content

Commit 4563e80

Browse files
Lukas Valatkaastronautas
andauthored
docs: Add Cast.ai as Clickhouse offline store contributor logo on website (#5704)
Add cast.ai contributor logo Signed-off-by: lukas.valatka <[email protected]> Co-authored-by: lukas.valatka <[email protected]>
1 parent 90b5086 commit 4563e80

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
150 KB
Loading

infra/website/src/pages/index.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ features = store.retrieve_online_documents(
114114
<div class="logo-item">
115115
<img src="/images/logos/seatgeek.svg" alt="SeatGeek" class="company-logo">
116116
</div>
117+
<div class="logo-item">
118+
<img src="/images/logos/castai.png" alt="Cast.ai" class="company-logo">
119+
</div>
117120
</div>
118121
</div>
119122
</section>

infra/website/src/styles/global.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,17 @@ main::before {
265265

266266
/* Logo grid */
267267
.logo-grid {
268-
display: grid;
269-
grid-template-columns: repeat(5, 1fr);
268+
display: flex;
269+
flex-wrap: wrap;
270270
gap: 32px;
271271
max-width: 1000px;
272272
margin: 0 auto;
273273
padding: 20px 20px var(--spacing-xl);
274+
justify-content: center;
274275
}
275276

276277
.logo-item {
278+
flex: 0 0 150px;
277279
display: flex;
278280
align-items: center;
279281
justify-content: center;

0 commit comments

Comments
 (0)