From 608475510842c1e021af1e74897d41adb6da723a Mon Sep 17 00:00:00 2001 From: zubairehmad Date: Mon, 14 Jul 2025 18:16:14 +0500 Subject: [PATCH 1/2] increase font size --- components/layouts/Layout6.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/layouts/Layout6.tsx b/components/layouts/Layout6.tsx index 10fc6fe..33952d3 100644 --- a/components/layouts/Layout6.tsx +++ b/components/layouts/Layout6.tsx @@ -20,7 +20,12 @@ export const Layout6 = forwardRef( }: ILayoutProps, ref, ) => { - const fontSize = useResizeFont(parentEl); + const fontSize = useResizeFont(parentEl, { + small: '5rem', + medium: '10rem', + large: '15rem', + }); + return (