diff --git a/src/containers/select-file.js b/src/containers/select-file.js index 47613d9..1940736 100644 --- a/src/containers/select-file.js +++ b/src/containers/select-file.js @@ -111,11 +111,12 @@ class SelectFile extends React.Component { ); - const divStyle = { - + const progressBarStyle = { + marginLeft: '100px', + marginTop: '-25px' }; - return