fix: center artist handle on mobile (#650)

the handle-row uses flexbox which ignores text-align from the parent.
added justify-content: center in the mobile media query.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

authored by zzstoatzz.io Claude Opus 4.5 and committed by GitHub 4a8836f2 9a9c5123

Changed files
+4
frontend
src
routes
u
[handle]
+4
frontend/src/routes/u/[handle]/+page.svelte
··· 1058 1058 text-align: center; 1059 1059 } 1060 1060 1061 + .handle-row { 1062 + justify-content: center; 1063 + } 1064 + 1061 1065 .artist-actions-desktop { 1062 1066 display: none; 1063 1067 }