aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/components/profile/profile.component.html2
-rw-r--r--src/styles.css5
2 files changed, 6 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>
diff --git a/src/styles.css b/src/styles.css
index 66fedf7..a1754e4 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -234,6 +234,11 @@ input[type=file]::file-selector-button {
padding: 0.1em;
}
+.side-padding-smaller {
+ padding-right: 0.3em;
+ padding-left: 0.3em;
+}
+
/* Cards */
.card {