From 41a86494f3caea96dd4ed32733310783e47b429d Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 5 Apr 2018 16:52:40 -0400 Subject: refactor --- frontend/components/Nav.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/components/Nav.js') diff --git a/frontend/components/Nav.js b/frontend/components/Nav.js index 34c00cf..80f91c6 100644 --- a/frontend/components/Nav.js +++ b/frontend/components/Nav.js @@ -25,6 +25,10 @@ const StyledUl = styled.ul` background: none; border: 0; cursor: pointer; + @media (max-width: 700px) { + font-size: 10px; + padding: 0 10px; + } &:before { content: ''; width: 2px; -- cgit v1.3