From 1102852f6e8e82dab88fae63644a14abc4fb6767 Mon Sep 17 00:00:00 2001 From: rizaldy Date: Sun, 4 Feb 2024 05:44:56 +0700 Subject: [PATCH] feat: ipad res --- components/Navbar.js | 2 +- pages/_app.js | 4 ++-- styles/globals.css | 10 ++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/components/Navbar.js b/components/Navbar.js index 4802173..45b246c 100644 --- a/components/Navbar.js +++ b/components/Navbar.js @@ -2,7 +2,7 @@ import Link from "next/link"; const Navbar = ({ name, logo }) => (