From 7496dae8484e3bbe03196d2bfd7c58daeeade973 Mon Sep 17 00:00:00 2001 From: Joachim Robert Date: Sat, 9 Feb 2019 14:43:43 +0100 Subject: [PATCH] Better mobile sizing --- components/Header/style.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/Header/style.js b/components/Header/style.js index 81c6a53..a6f0769 100644 --- a/components/Header/style.js +++ b/components/Header/style.js @@ -101,6 +101,10 @@ export const ProgressLabel = styled.p` opacity: 1; bottom: calc((100% - 8px) * -1); } + + @media (max-width: 968px) { + padding: 8px 12px; + } ` export const ButtonRowContainer = styled.div`