diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ffbfab1..fb6bcf8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,6 +3,7 @@ import "./globals.css"; import Title from "@/components/Title"; import Navbar from "@/components/Navbar"; import { bodyFont } from "@/components/fonts"; +import Link from "next/link"; export const metadata: Metadata = { title: "nrx.sh", @@ -37,11 +38,28 @@ export default function RootLayout({ maxWidth: "100vw", padding: "2rem", boxSizing: "border-box", - fontSize: "1.1rem", + fontSize: "0.9rem", }} > {children} +