From ddd901c49b3cd99c38a9b724d5c503b849de5d19 Mon Sep 17 00:00:00 2001 From: Jesse Winton Date: Tue, 28 Jan 2025 12:15:51 -0500 Subject: [PATCH] fix overflow --- .../partners/(components)/partners.svelte | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/routes/partners/(components)/partners.svelte b/src/routes/partners/(components)/partners.svelte index 42cdfae188..0f012a521c 100644 --- a/src/routes/partners/(components)/partners.svelte +++ b/src/routes/partners/(components)/partners.svelte @@ -43,16 +43,16 @@ use:useInView >

Partner Tiers

- As you continue to grow, so do your opportunities with Appwrite. - Our Partner Program is designed to scale with you as you grow. - With flexible tiers tailored to your success. A partnership built to - scale together for lasting success in a competitive market. + As you continue to grow, so do your opportunities with Appwrite. Our Partner + Program is designed to scale with you as you grow. With flexible tiers tailored + to your success. A partnership built to scale together for lasting success in a + competitive market.

@@ -63,12 +63,18 @@
-
+
{#each tiers as { title, icon }, i}