Skip to content

Commit 3b19948

Browse files
Fix product link pills consistently across overview cards (#754)
* fix: align product link pills between overview cards * fix: improve engine studio card alignment on smaller screens * rework --------- Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com>
1 parent 07d5a05 commit 3b19948

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

content/_partials/engine-studio-box.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
::u-page-grid{class="lg:grid-cols-2"}
1+
::u-page-grid{class="lg:grid-cols-2 sm:grid-rows-[auto_auto] sm:gap-y-0"}
22
:::u-page-card
33
---
44
title: APIs and Developer Tools
55
description: Build with REST, GraphQL, the SDK, realtime, auth, and Flows.
66
color: purple
7+
ui:
8+
root: "sm:grid sm:grid-rows-subgrid sm:row-span-2"
9+
container: "sm:grid! sm:grid-rows-subgrid sm:row-span-2 sm:gap-y-4"
710
---
811
:product-link{product="connect"} :product-link{product="realtime"} :product-link{product="auth"} :product-link{product="automate"}
912
:::
@@ -13,6 +16,9 @@
1316
title: Data Studio
1417
description: A web app for your whole team to manage content, files, users, and dashboards.
1518
color: pink
19+
ui:
20+
root: "sm:grid sm:grid-rows-subgrid sm:row-span-2"
21+
container: "sm:grid! sm:grid-rows-subgrid sm:row-span-2 sm:gap-y-4"
1622
---
1723
:product-link{product="insights"} :product-link{product="files"}
1824
:::

0 commit comments

Comments
 (0)