diff --git a/src/client/app/desktop/views/pages/welcome.vue b/src/client/app/desktop/views/pages/welcome.vue index 441ce890d..ea1734f8c 100644 --- a/src/client/app/desktop/views/pages/welcome.vue +++ b/src/client/app/desktop/views/pages/welcome.vue @@ -22,8 +22,10 @@ -

- %i18n:@about% +
+ + %i18n:@about% +

%i18n:@signup% @@ -31,7 +33,7 @@ %i18n:@signin%

- + @@ -350,10 +352,10 @@ root(isDark) > .body display grid - grid-template-rows 1fr 1fr 256px 64px + grid-template-rows 390px 1fr 256px 64px grid-template-columns 1fr 1fr 350px gap 16px - height 1200px + height 1150px > .main grid-row 1 @@ -384,8 +386,12 @@ root(isDark) > * margin-right 16px + > .desc + max-width calc(100% - 150px) + > .sign font-size 120% + margin-bottom 0 > .divider margin 0 16px @@ -401,9 +407,9 @@ root(isDark) display block position absolute right 16px - bottom 16px - width 180px - opacity 0.3 + bottom 0 + height 320px + opacity 0.7 > *:not(.char) z-index 1