diff -r 2a861fed6bde -r 06f609adfbf8 client/src/App.scss --- a/client/src/App.scss Mon Jun 26 16:05:47 2017 +0200 +++ b/client/src/App.scss Mon Jun 26 15:45:50 2017 +0200 @@ -169,7 +169,7 @@ .start { top: 0; left: 0; - padding: 10px 0 0 10px; + padding: 20px 0 0 10px; } .finish { bottom: 0; @@ -198,3 +198,8 @@ background-color: #fff; padding: 20px 0; } + +.panel-login, +.panel-register { + margin-top: 60px; +}