diff --git a/components/layouts/Layout6.tsx b/components/layouts/Layout6.tsx index 10fc6fe..4fce9e4 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 (