diff --git a/content/100-getting-started/index.mdx b/content/100-getting-started/index.mdx index 9e22b4048b..e68c7301ca 100644 --- a/content/100-getting-started/index.mdx +++ b/content/100-getting-started/index.mdx @@ -33,9 +33,9 @@ Explore our products that make it easy to build and scale data-driven applicatio [**Prisma ORM**](/orm/overview/introduction/what-is-prisma) is a next-generation Node.js and TypeScript ORM that unlocks a new level of developer experience when working with databases thanks to its intuitive data model, automated migrations, type-safety & auto-completion. -[**Prisma Accelerate**](/accelerate/what-is-accelerate) is a global database cache with scalable connection pooling. +[**Prisma Accelerate**](/accelerate/what-is-accelerate) is a global database cache with scalable connection pooling to make your queries fast. -[**Prisma Pulse**](/pulse/what-is-pulse) allows you to build reactive, real-time applications in a type-safe manner. +[**Prisma Pulse**](/pulse/what-is-pulse) allows you to react to database changes with type-safe model subscriptions. @@ -93,11 +93,12 @@ _Select one of these options if you want to connect Prisma ORM to your own datab Prisma Accelerate -Make your app faster by scaling your database connections and caching database results at the edge with Prisma Accelerate. +Make your database queries faster by scaling your database connections and caching database results at the edge with Prisma Accelerate. + +
+ - +/> ## Prisma Pulse @@ -174,7 +184,13 @@ Build real-time applications by subscribing to data changes in your database usi + diff --git a/src/css/all.css b/src/css/all.css index a552f676da..293ad9f1e9 100644 --- a/src/css/all.css +++ b/src/css/all.css @@ -972,7 +972,7 @@ font-weight: 400; } -:root, +:root, :host { --fa-style-family-brands: "Font Awesome 6 Brands"; --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; diff --git a/src/css/custom.css b/src/css/custom.css index 9a3b9122e6..7813e8c708 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -42,7 +42,7 @@ main { } main { padding-left: 32px; - padding-top: 0; + padding-top: 0 ; } } .theme-back-to-top-button { diff --git a/src/css/gettingStarted.module.scss b/src/css/gettingStarted.module.scss index 20c3928de3..ecf3660b99 100644 --- a/src/css/gettingStarted.module.scss +++ b/src/css/gettingStarted.module.scss @@ -202,4 +202,4 @@ justify-content: flex-start; flex-wrap: wrap; } -} \ No newline at end of file +}