diff --git a/Mohem/src/app/authentication/confirm-login/confirm-login.component.html b/Mohem/src/app/authentication/confirm-login/confirm-login.component.html index b1bcdb6c..d0ea3dbc 100644 --- a/Mohem/src/app/authentication/confirm-login/confirm-login.component.html +++ b/Mohem/src/app/authentication/confirm-login/confirm-login.component.html @@ -43,7 +43,7 @@ - + diff --git a/Mohem/src/app/profile/home/home.component.html b/Mohem/src/app/profile/home/home.component.html index 9c04ca73..4ddfb979 100644 --- a/Mohem/src/app/profile/home/home.component.html +++ b/Mohem/src/app/profile/home/home.component.html @@ -58,8 +58,9 @@ {{ts.trPK('userProfile','contact-details')}} - -
+ + +
{{ts.trPK('userProfile','family-members')}} diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index f8e4688e..80f3e75f 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1843,4 +1843,7 @@ ion-app[dir="rtl"] { margin-right: 10px !important; } + .iconBox img { + margin: 5px !important; + } } \ No newline at end of file