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 = () => {