From 1c6cdffaf292087c0c894c7aa179d726c9a192ab Mon Sep 17 00:00:00 2001 From: Joachim Robert Date: Sat, 9 Feb 2019 14:31:49 +0100 Subject: [PATCH] Better spacing of the progress bar --- components/Header/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Header/style.js b/components/Header/style.js index d46d71b..81c6a53 100644 --- a/components/Header/style.js +++ b/components/Header/style.js @@ -49,7 +49,7 @@ export const ProgressBar = styled.div` display: block; height: 8px; width: 100%; - margin: 8px 0 0; + margin: 16px 0 0; position: relative; overflow: hidden; border-bottom-left-radius: 8px;