diff --git a/src/app/main/component/user/components/profile/edit-profile/edit-profile.component.html b/src/app/main/component/user/components/profile/edit-profile/edit-profile.component.html index 14dc437358..e609122e6e 100644 --- a/src/app/main/component/user/components/profile/edit-profile/edit-profile.component.html +++ b/src/app/main/component/user/components/profile/edit-profile/edit-profile.component.html @@ -73,7 +73,7 @@

{{ 'user.edit-profile.edit-profile' | translate }}

diff --git a/src/app/main/component/user/components/profile/edit-profile/edit-profile.component.scss b/src/app/main/component/user/components/profile/edit-profile/edit-profile.component.scss index 6b1ec1480c..89cc13a109 100644 --- a/src/app/main/component/user/components/profile/edit-profile/edit-profile.component.scss +++ b/src/app/main/component/user/components/profile/edit-profile/edit-profile.component.scss @@ -145,7 +145,7 @@ h2 { font-weight: 700; height: 56px; font-size: 48px; - line-height: 56px; + line-height: 48px; margin-bottom: 40px; color: var(--quaternary-dark-grey); }