Skip to content

Commit

Permalink
feat(ui): Center a profile description on the PersonView.vue page
Browse files Browse the repository at this point in the history
  • Loading branch information
robere2 committed Nov 21, 2024
1 parent 1f17220 commit 320590d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/ui/src/views/PersonView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ async function loadProductions(load: { done: (status: 'loading' | 'error' | 'emp
.description {
margin: 0 max(10px, 5%);
text-align: center;
}
.productions {
Expand All @@ -211,7 +212,7 @@ p {
}
.club-roles {
width: 250px;
}
Expand Down

0 comments on commit 320590d

Please sign in to comment.