Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions app/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,15 @@ html .dark .shiki span {
background-color: var(--ui-text-dimmed);
background-clip: content-box;
}

.engine-studio-card > [data-slot="container"] {
display: block;
flex: none;
width: 100%;
min-width: 0;
}

.engine-studio-card [data-slot="body"] {
height: 95.5px;
flex: none;
}
6 changes: 4 additions & 2 deletions content/_partials/engine-studio-box.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
::u-page-grid{class="lg:grid-cols-2"}
:::u-page-card
:::u-page-card{class="engine-studio-card"}
---
title: APIs and Developer Tools
description: Build with REST, GraphQL, the SDK, realtime, auth, and Flows.
color: purple

---
:product-link{product="connect"} :product-link{product="realtime"} :product-link{product="auth"} :product-link{product="automate"}
:::

:::u-page-card
:::u-page-card{class="engine-studio-card"}
---
title: Data Studio
description: A web app for your whole team to manage content, files, users, and dashboards.
color: pink

---
:product-link{product="insights"} :product-link{product="files"}
:::
Expand Down