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