diff --git a/src/common/pages/RegisterNew/styles.js b/src/common/pages/RegisterNew/styles.js index 1b6e7e8..88b6b1d 100644 --- a/src/common/pages/RegisterNew/styles.js +++ b/src/common/pages/RegisterNew/styles.js @@ -3,10 +3,10 @@ export const styles = theme => ({ container : { flex :1, flexGrow : 1, - height : '100vh', + height : '100%', backgroundColor:'#024f8e', marginTop: '-56px', - marginBottom:50 + paddingBottom:50 }, gridContainer : { flex :1,