From 9c41eaf4eb4e6cfcc6c6f22c42c68c70050ae1aa Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Sun, 11 Dec 2022 16:01:29 +0100 Subject: [PATCH] box sizing border box --- components/Navigation/Navigation.tsx | 5 ++++- styles/globals.scss | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/components/Navigation/Navigation.tsx b/components/Navigation/Navigation.tsx index 2abc410..5e814c2 100644 --- a/components/Navigation/Navigation.tsx +++ b/components/Navigation/Navigation.tsx @@ -9,7 +9,10 @@ const Navigation = () => { return ( <>
- + {navigation.map((navlink) => { return (