From 03560946d5c858ec0018ebb5ef003b2b271b3600 Mon Sep 17 00:00:00 2001 From: ernstmul Date: Tue, 28 Jan 2025 13:23:25 +0100 Subject: [PATCH] Card alignments --- .../project-[project]/overview/onboard.svelte | 205 ++++++++---------- 1 file changed, 94 insertions(+), 111 deletions(-) diff --git a/src/routes/(console)/project-[project]/overview/onboard.svelte b/src/routes/(console)/project-[project]/overview/onboard.svelte index baec6842d..61efa6510 100644 --- a/src/routes/(console)/project-[project]/overview/onboard.svelte +++ b/src/routes/(console)/project-[project]/overview/onboard.svelte @@ -231,101 +231,77 @@ - -
- -

Setup your database

-
- -
-
+ + +
+ +

Setup your database

+ + +
+
+
-

Discover our docs

- - API references - Tutorials - Storage quick start - Functions quick start + +

Discover our docs

+ + API references + Tutorials + Storage quick start + + Functions quick start +
-

Setup auth

- + +

Setup auth

+ + E-mail and password + + OAuth 2 + View all methods + +
- -

Discord

- Join our Discord for support, tips and product updates -
- -
+ + +

Discord

+ Join our Discord for support, tips and product + updates + + + +
@@ -534,10 +516,11 @@ flex-direction: column; } + :global(.build-card div) { + height: 100%; + } + .card-docs { - display: flex; - flex-direction: column; - justify-content: space-between; min-height: 240px; @media (min-width: 768px) { height: 100%;