From 6cb133a46a77858a9059b09cb91e82ab3692622f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 10 Aug 2023 19:31:15 +0100 Subject: [PATCH] Fix header width on 404 page --- src/pages/NotFound.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/NotFound.tsx b/src/pages/NotFound.tsx index d916f6c..5a9906b 100644 --- a/src/pages/NotFound.tsx +++ b/src/pages/NotFound.tsx @@ -20,6 +20,10 @@ const AboutContainer = styled.div` color: ${colors.primary}; } .im-drink { font-size: 6rem; } + header { + width: auto; + margin: 1rem; + } `; const HeaderLinkContainer = styled.nav`