From 7edcf28a41c0041943d1c2e77092f52fa3270142 Mon Sep 17 00:00:00 2001 From: Evan Unit Lim <62005952+evlim@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:50:54 +0800 Subject: [PATCH 1/3] Adds a small padding at the bottom to prevent lack of space for descenders Adds a small padding at the bottom to prevent lack of space for descenders, leading to descenders like "g" and "p" being cut off at the bottom. (Caused by bg-clip-text and text-transparent.) --- src/routes/(marketing)/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(marketing)/+page.svelte b/src/routes/(marketing)/+page.svelte index 7d3d3447..f60e59be 100644 --- a/src/routes/(marketing)/+page.svelte +++ b/src/routes/(marketing)/+page.svelte @@ -233,7 +233,7 @@
SaaS Starter Demo
From 70fc4a82d12069ccc25d26f84d5f94627db39dde Mon Sep 17 00:00:00 2001 From: Evan Unit Lim <62005952+evlim@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:58:31 +0800 Subject: [PATCH 2/3] Adds small paddings at the bottom to prevent lack of space for descenders Adds a small padding at the bottom to prevent lack of space for descenders, leading to descenders like "g" and "p" being cut off at the bottom. (Caused by bg-clip-text and text-transparent.) --- src/routes/(marketing)/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/(marketing)/+page.svelte b/src/routes/(marketing)/+page.svelte index f60e59be..f16a6323 100644 --- a/src/routes/(marketing)/+page.svelte +++ b/src/routes/(marketing)/+page.svelte @@ -300,7 +300,7 @@
Explore the Features
@@ -361,7 +361,7 @@
See it in Action
From 4b5ca756f547db785f03a6a934435b1c761d4017 Mon Sep 17 00:00:00 2001 From: Evan Unit Lim <62005952+evlim@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:07:13 +0800 Subject: [PATCH 3/3] Balance the extra space created Adjust the bottom margin or the top margin of the next element to balance the extra space created by pb --- src/routes/(marketing)/+page.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/(marketing)/+page.svelte b/src/routes/(marketing)/+page.svelte index f16a6323..daa955e3 100644 --- a/src/routes/(marketing)/+page.svelte +++ b/src/routes/(marketing)/+page.svelte @@ -233,7 +233,7 @@
SaaS Starter Demo
@@ -304,7 +304,7 @@ > Explore the Features
-
+
And try them on this