From 1c2ceaefac564bc20e2bfa593eb409ed1993a511 Mon Sep 17 00:00:00 2001 From: Jamil Date: Sat, 20 Apr 2024 20:08:52 -0700 Subject: [PATCH] docs: Adjust format size based on screen size (#4724) Updates typography to scale with screen size for docs and website blog. --- website/src/app/docs/layout.tsx | 2 +- website/src/app/kb/layout.tsx | 2 +- website/src/components/Blog/Post/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/app/docs/layout.tsx b/website/src/app/docs/layout.tsx index fbe6ee4b5..013b5c302 100644 --- a/website/src/app/docs/layout.tsx +++ b/website/src/app/docs/layout.tsx @@ -8,7 +8,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
-
+
{children}
diff --git a/website/src/app/kb/layout.tsx b/website/src/app/kb/layout.tsx index 131949296..93b5be143 100644 --- a/website/src/app/kb/layout.tsx +++ b/website/src/app/kb/layout.tsx @@ -7,7 +7,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
-
+
{children}
diff --git a/website/src/components/Blog/Post/index.tsx b/website/src/components/Blog/Post/index.tsx index 473a7ed03..373edc508 100644 --- a/website/src/components/Blog/Post/index.tsx +++ b/website/src/components/Blog/Post/index.tsx @@ -19,7 +19,7 @@ export default function Post({ return (
-
+