From cda72f0934e4a8b966b85d8a4f7d1c5913ac38f1 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sat, 9 Jul 2022 20:45:54 +0200 Subject: [PATCH] Minor tweak --- components/header.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/header.tsx b/components/header.tsx index 6bb9b00..34d6812 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -22,6 +22,11 @@ const HeaderCont = styled.header` margin-left: auto; float: right; } + + + @media screen and (max-width: 960px) { + padding: 1rem 2rem; + } ` const Header = () => {