From 9ecbf0816e8ddedb3677aa08e9e77bf807fcb148 Mon Sep 17 00:00:00 2001 From: giancarlo Date: Sun, 7 Apr 2024 15:37:03 +0800 Subject: [PATCH] Update CSS classes in web pages The CSS classes used across different web pages in the web application have been updated. This change mainly consists of adjustments to spacing on various elements to improve the visual layout. The alterations should enhance the readability and user experience of the mentioned pages. --- apps/web/app/(marketing)/blog/_components/post.tsx | 2 +- apps/web/app/(marketing)/blog/page.tsx | 2 +- apps/web/app/(marketing)/docs/[...slug]/page.tsx | 2 +- apps/web/app/(marketing)/docs/page.tsx | 2 +- apps/web/app/(marketing)/faq/page.tsx | 2 +- apps/web/app/(marketing)/layout.tsx | 4 ++-- apps/web/app/(marketing)/page.tsx | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/web/app/(marketing)/blog/_components/post.tsx b/apps/web/app/(marketing)/blog/_components/post.tsx index 48ceec099..5c1bff50f 100644 --- a/apps/web/app/(marketing)/blog/_components/post.tsx +++ b/apps/web/app/(marketing)/blog/_components/post.tsx @@ -9,7 +9,7 @@ export const Post: React.FC<{ content: string; }> = ({ post, content }) => { return ( -
+
diff --git a/apps/web/app/(marketing)/blog/page.tsx b/apps/web/app/(marketing)/blog/page.tsx index 69ae75ac7..a1f3c69e5 100644 --- a/apps/web/app/(marketing)/blog/page.tsx +++ b/apps/web/app/(marketing)/blog/page.tsx @@ -25,7 +25,7 @@ async function BlogPage() { return (
-
+
- +
-
+
+
{props.children} @@ -17,7 +17,7 @@ async function SiteLayout(props: React.PropsWithChildren) { - +
); } diff --git a/apps/web/app/(marketing)/page.tsx b/apps/web/app/(marketing)/page.tsx index ad4e091de..b0be8c644 100644 --- a/apps/web/app/(marketing)/page.tsx +++ b/apps/web/app/(marketing)/page.tsx @@ -17,7 +17,7 @@ function Home() {