From b9b778b264ab1c8c80b428e56dfcddabd567d8e3 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 5 May 2022 14:27:36 +0200 Subject: [PATCH] add right-content-box max-width 640px --- frontend/src/layouts/AuthLayout_gdd.vue | 103 +++++++++++++----------- 1 file changed, 54 insertions(+), 49 deletions(-) diff --git a/frontend/src/layouts/AuthLayout_gdd.vue b/frontend/src/layouts/AuthLayout_gdd.vue index b9da71200..5a4d63b38 100644 --- a/frontend/src/layouts/AuthLayout_gdd.vue +++ b/frontend/src/layouts/AuthLayout_gdd.vue @@ -59,59 +59,61 @@ sm="12" class="ml-2 ml-md-0 ml-lg-0 pl-2 pl-md-5 pr-2 pr-md-5 pr-md-5" > - - -
{{ $t('welcome') }}
-
{{ $t('communitiesWorldWide') }}
-
{{ $t('1000thanks') }}
-
- - - -
- - - - +
+ + +
{{ $t('welcome') }}
+
{{ $t('communitiesWorldWide') }}
+
{{ $t('1000thanks') }}
- -
- -
- -
- {{ $t('85') }} - {{ $t('|') }} - {{ $t('100') }} - {{ $t('|') }} - {{ $t('125') }} -
-
-
-
- - + -
- - {{ $t('signup') }} - - {{ $t('|') }} - - {{ $t('signin') }} - -
- - - - + + + + + + +
+ +
+ +
+ {{ $t('85') }} + {{ $t('|') }} + {{ $t('100') }} + {{ $t('|') }} + {{ $t('125') }} +
+
+
+
+ + + +
+ + {{ $t('signup') }} + + {{ $t('|') }} + + {{ $t('signin') }} + +
+
+
+ + + +
+
@@ -146,6 +148,9 @@ export default { }