From 446c4a42413175af337de066f5e5e01994845c05 Mon Sep 17 00:00:00 2001 From: rei Date: Thu, 29 Dec 2022 01:56:00 +0100 Subject: [PATCH] padding fix --- components/Navbar.tsx | 2 +- layouts/MainLayout.tsx | 4 ++-- pages/blog/index.tsx | 2 +- styles/globals.css | 4 ++-- tailwind.config.js | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index f65845c..7308451 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -13,7 +13,7 @@ export const Navbar = () => { const [showMenu, setShowMenu] = useState(false); return ( -