From ad4e6e39c94a7312dd167cbe9b733082ada7914d Mon Sep 17 00:00:00 2001 From: Jack Merrill Date: Wed, 14 Apr 2021 10:49:43 -0500 Subject: [PATCH] feat/fix: better mobile support --- components/Navbar.tsx | 4 ++-- pages/index.tsx | 14 +++++++------- tailwind.config.js | 3 +++ 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 96befb3..6febf97 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -44,8 +44,8 @@ const Navbar = ({ links }: { -