diff --git a/src/components/auth/AuthLayout.vue b/src/components/auth/AuthLayout.vue index dc7efe1d8..503ab8754 100644 --- a/src/components/auth/AuthLayout.vue +++ b/src/components/auth/AuthLayout.vue @@ -67,5 +67,11 @@ export default { width: 100%; max-width: 600px; } + + &__options { + @include media-breakpoint-down(xs) { + flex-direction: column; + } + } } diff --git a/src/components/auth/login/Login.vue b/src/components/auth/login/Login.vue index ec3451c20..f75184873 100644 --- a/src/components/auth/login/Login.vue +++ b/src/components/auth/login/Login.vue @@ -16,7 +16,7 @@ :error-messages="passwordErrors" /> -