Skip to content

Commit 69fcd60

Browse files
committed
fix width
1 parent 6d0bb43 commit 69fcd60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

comparison.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ description: "Choose the right plan for your team. From open-source to enterpris
88
:::raw
99
<div class="px-6 flex flex-col justify-center mx-auto w-full max-w-[var(--vp-layout-max-width)]">
1010
<div class="mt-12.5 mb-25 text-center items-center flex flex-col gap-y-4">
11-
<h1 class="text-4xl xl:text-5xl font-bold max-w-120 md:max-w-none"> Help your whole team work smarter</h1>
11+
<h1 class="text-4xl xl:text-5xl font-bold max-w-120 md:max-w-none lg:max-w-120"> Help your whole team work smarter</h1>
1212
<p class="text-lg line-relaxed text-color-[#575858]">Start free and scale as you grow.</p>
1313
</div>
1414

15-
<div class="pricing-grid grid gap-8 my-12 grid-cols-1 md:grid-cols-2 xl:grid-cols-3">
15+
<div class="pricing-grid grid gap-8 mb-12 grid-cols-1 md:grid-cols-2 xl:grid-cols-3">
1616
<PricingCard class="order-3 md:order-3 xl:order-1"
1717
title="Open source"
1818
subtitle="Self-hosted"
@@ -44,7 +44,7 @@ description: "Choose the right plan for your team. From open-source to enterpris
4444
]"
4545
cta-link="https://velda.app"
4646
cta-text="Get Free GPU now"
47-
badge="Extra welcome credits"
47+
badge="Extra new-user credits"
4848
:featured="true"
4949
/>
5050

0 commit comments

Comments
 (0)