From f99ffe324d65acdd8682830a14854770e76d7097 Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Wed, 13 Feb 2019 09:54:14 -0800 Subject: [PATCH] Small style tweaks --- components/Header/style.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/Header/style.js b/components/Header/style.js index ed9e2c5..fcfd103 100644 --- a/components/Header/style.js +++ b/components/Header/style.js @@ -89,11 +89,12 @@ export const ProgressLabel = styled.p` transform: translateX(-50%); background: ${theme.bg.default}; padding: 8px 16px; + font-size: 14px; + font-weight: 600; transition: all ${theme.animations.default}; - border-bottom-left-radius: 8px; - border-bottom-right-radius: 8px; + border-radius: 8px; white-space: nowrap; ${Shadows.default}; @@ -103,7 +104,7 @@ export const ProgressLabel = styled.p` { visibility: visible; opacity: 1; - bottom: -87.5%; + bottom: -100%; } @media (max-width: 968px) {