diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 20:18:46 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 20:18:46 +0200 |
| commit | bcab15752b4aca2e059b0a69006d6e132c4ca233 (patch) | |
| tree | b0bed291f10f666823f263d94bff6f354efaac27 /src/app/components/profile | |
| parent | 5ed07befc2de849e2d1f05ecb2d5fe067adac0aa (diff) | |
| download | DevHive-Angular-bcab15752b4aca2e059b0a69006d6e132c4ca233.tar DevHive-Angular-bcab15752b4aca2e059b0a69006d6e132c4ca233.tar.gz DevHive-Angular-bcab15752b4aca2e059b0a69006d6e132c4ca233.zip | |
Made a minor tweak on profile names padding, to improve mobile compatibility
Diffstat (limited to 'src/app/components/profile')
| -rw-r--r-- | src/app/components/profile/profile.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html index 8d157b3..7ba701d 100644 --- a/src/app/components/profile/profile.component.html +++ b/src/app/components/profile/profile.component.html @@ -7,7 +7,7 @@ <div> <img id="profile-picture" class="round-image" [src]="user.profilePictureURL"> </div> - <div class="flexible flex-col flex-center-align-items flex-justify-center"> + <div class="flexible flex-col flex-center-align-items flex-justify-center side-padding-smaller"> <div class="text-centered"> {{ user.firstName }} {{ user.lastName }} </div> |
