Change Scale

This commit is contained in:
Thanakarn Klangkasame
2025-10-09 17:49:15 +07:00
parent 93bb21ffc1
commit a20c986d5d

View File

@@ -20,8 +20,7 @@ export const viewport: Viewport = {
export default function RootLayout({children}: { children: React.ReactNode }) {
return (
<html lang="en" className="h-full">
{/* ใช้ className ของฟอนต์จริง ไม่ใช่แค่วางเป็น variable */}
<html lang="en" className="h-full text-[75%]">
<body className={`${geistSans.className} ${geistMono.variable} antialiased min-h-dvh overflow-x-hidden`}>
{children}
</body>