Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/profile/src/views/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading