aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/profile/profile.component.html
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 20:18:46 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 20:18:46 +0200
commitbcab15752b4aca2e059b0a69006d6e132c4ca233 (patch)
treeb0bed291f10f666823f263d94bff6f354efaac27 /src/app/components/profile/profile.component.html
parent5ed07befc2de849e2d1f05ecb2d5fe067adac0aa (diff)
downloadDevHive-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/profile.component.html')
-rw-r--r--src/app/components/profile/profile.component.html2
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>