diff options
Diffstat (limited to 'apps/profile/src/views/Profile.vue')
-rw-r--r-- | apps/profile/src/views/Profile.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/profile/src/views/Profile.vue b/apps/profile/src/views/Profile.vue index bc0ebaac2db..7865c0d05f1 100644 --- a/apps/profile/src/views/Profile.vue +++ b/apps/profile/src/views/Profile.vue @@ -461,9 +461,11 @@ $content-max-width: 640px; flex-direction: column; gap: 8px 0; margin-top: 20px; + max-width: 300px; &__primary { margin: 0 auto; + max-width: 100%; &__icon { filter: var(--primary-invert-if-dark); |