Better spacing of the progress bar

This commit is contained in:
Joachim Robert 2019-02-09 14:31:49 +01:00
parent 7d76f0d6fa
commit 1c6cdffaf2

View file

@ -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;