Commit d3602916 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'nicolasdular/fix-welcome-page' into 'master'

Fix welcome page design on CE

See merge request gitlab-org/gitlab!53265
parents 8375d3bf 68746e85
...@@ -73,3 +73,7 @@ ...@@ -73,3 +73,7 @@
text-decoration: none; text-decoration: none;
} }
} }
.edit-profile {
max-width: 460px;
}
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
%body.ui-indigo.gl-display-flex.vh-100 %body.ui-indigo.gl-display-flex.vh-100
= render "layouts/header/logo_with_title" = render "layouts/header/logo_with_title"
= render "layouts/broadcast" = render "layouts/broadcast"
.container.d-flex.flex-grow-1.m-0 .container.gl-display-flex.gl-flex-grow-1
= yield = yield
- page_title _('Your profile') - page_title _('Your profile')
- add_page_specific_style 'page_bundles/signup'
.row.gl-flex-grow-1 .row.gl-flex-grow-1
.d-flex.gl-flex-direction-column.gl-align-items-center.gl-w-full.gl-p-5 .d-flex.gl-flex-direction-column.gl-align-items-center.gl-w-full.gl-p-5
......
---
title: Fix welcome page alignment on CE
merge_request: 53265
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment