Skip to content

Commit 7524724

Browse files
committed
Features: Fix "Learn" card grid
1 parent f2a53a3 commit 7524724

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

docs/feature/index.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -76,54 +76,47 @@ existing subscription, we are maintaining resources and tutorials
7676
to support you correspondingly.
7777

7878

79-
:::::{grid} 2
80-
:margin: 3
79+
::::{grid} 1 2 2 3
80+
:margin: 4 4 0 0
81+
:padding: 0
8182
:gutter: 2
8283

83-
::::{grid-item}
84-
85-
:::{card} {octicon}`tools` Manage
84+
:::{grid-item-card} {octicon}`tools` Manage
8685
:link: cloud-howtos-index
8786
:link-type: ref
8887
Learn how to manage your cluster.
8988
:::
9089

91-
:::{card} {octicon}`codespaces` API
90+
:::{grid-item-card} {octicon}`codespaces` API
9291
:link: organization-api
9392
:link-type: ref
9493
Programmatic access to services.
9594
:::
9695

97-
:::{card} {octicon}`terminal` API CLI
96+
:::{grid-item-card} {octicon}`terminal` API CLI
9897
:link: cluster-deployment-croud
9998
:link-type: ref
10099
Use services from the command-line.
101100
:::
102101

103-
::::
104-
105-
::::{grid-item}
106-
107-
:::{card} {octicon}`table` SQL Console
102+
:::{grid-item-card} {octicon}`table` SQL Console
108103
:link: cluster-console
109104
:link-type: ref
110105
Explore data and execute SQL queries.
111106
:::
112107

113-
:::{card} {octicon}`file-code` Import
108+
:::{grid-item-card} {octicon}`file-code` Import
114109
:link: cluster-import
115110
:link-type: ref
116111
Import data into your CrateDB Cloud cluster.
117112
:::
118113

119-
:::{card} {octicon}`file-code` Export
114+
:::{grid-item-card} {octicon}`file-code` Export
120115
:link: cluster-export
121116
:link-type: ref
122117
Export data from your CrateDB Cloud cluster.
123118
:::
124119

125-
::::
126-
127120
:::::
128121

129122

0 commit comments

Comments
 (0)