From fa4146af878ad4b553e6088c09d05734429370d5 Mon Sep 17 00:00:00 2001 From: Oksana Filipchuk Date: Sun, 24 Sep 2023 21:28:58 +0300 Subject: [PATCH] fix todo /shopping-list in profile --- .../components/profile/edit-profile/edit-profile.component.html | 2 +- .../components/profile/edit-profile/edit-profile.component.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }