diff options
Diffstat (limited to 'src/app/components/profile/profile.component.html')
| -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> |
