Index: src/views/partials/profile-header.ejs
===================================================================
--- src/views/partials/profile-header.ejs	(revision 5d39e409ad71b3d90cb830b8d47079bf4ddda96c)
+++ src/views/partials/profile-header.ejs	(revision 066951c940189cfb805d8d40a623fb2cbc41afd0)
@@ -279,3 +279,6 @@
 /* Follow-via-fediverse: compact icon button, sits in the links row */
 .profile-fedi-link { border: 0; padding: 0; background: var(--paper-2); cursor: pointer; -webkit-appearance: none; appearance: none; }
+/* The fediverse logo is an open line-network, so it reads smaller than a solid
+   glyph at 18px — render it larger INSIDE the same 36px circle (circle unchanged). */
+.profile-fedi-link svg { width: 24px; height: 24px; }
 </style>
