diff --git a/src/components/RegisterPage.vue b/src/components/RegisterPage.vue index 2fcbb44..d53a322 100644 --- a/src/components/RegisterPage.vue +++ b/src/components/RegisterPage.vue @@ -29,8 +29,11 @@
+
+ +
- +
@@ -72,11 +75,7 @@ />
-
- -
-
@@ -329,6 +328,7 @@ hr { .color-selector { .active { border: 2px solid black; + margin-bottom: 1rem; } button { @@ -337,7 +337,6 @@ hr { padding: 10px 30px; margin: 0; font-size: 1.3rem; - height: calc(3rem + 18px); display: inline-flex; flex-wrap: wrap; flex-direction: row; @@ -347,6 +346,10 @@ hr { // disable-dbl-tap-zoom touch-action: manipulation; + @include mobile { + margin: 2px; + } + &.green { background: #c8f9df; }&.blue { @@ -360,6 +363,8 @@ hr { } .color-selected { + margin-bottom: 2rem; + @include mobile { display: block; width: 100%;