client/src/App.scss
changeset 89 06f609adfbf8
parent 82 6f2999873343
child 144 8b950885ddae
--- 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;
+}