diff --git a/src/routes/(console)/project-[project]/overview/onboardnew.svelte b/src/routes/(console)/project-[project]/overview/onboardnew.svelte index 16a1fdd86..b4f0fc9cb 100644 --- a/src/routes/(console)/project-[project]/overview/onboardnew.svelte +++ b/src/routes/(console)/project-[project]/overview/onboardnew.svelte @@ -182,26 +182,25 @@ Databases, Storage and Functions.
-
+
- -

Setup your database

-
+ +

Setup your database

+
+ +
-
+

Discover our docs

@@ -296,7 +295,7 @@ size="l" >Join our Discord for support, tips and product updates -
+
@@ -381,6 +380,7 @@ .build-container { display: flex; flex-direction: column; + justify-content: space-between; gap: var(--space-6); @media (min-width: 768px) { @@ -403,6 +403,10 @@ line-height: 140%; /* 19.6px */ letter-spacing: -0.063px; } + + @media (min-width: 768px) and (max-width: 1400px) { + width: 200px; + } } .onboarding-card { @@ -428,9 +432,13 @@ @media (min-width: 768px) { grid-template-columns: repeat(6, 1fr); grid-template-rows: auto auto; + max-width: 776px; .build-card:nth-child(1) { grid-column: span 3; + img { + max-height: 160px; + } } .build-card:nth-child(2) { @@ -497,7 +505,11 @@ display: flex; flex-direction: column; justify-content: space-between; - height: 100%; + min-height: 240px; + @media (min-width: 768px) { + height: 100%; + min-height: auto; + } } .card-auth {