ux: bio à droite du nom sur la page profil public

This commit is contained in:
Cedric Abonnel
2026-05-13 00:06:55 +02:00
parent 2e8302dad4
commit c820bdcc3f
2 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -1247,7 +1247,7 @@ footer.mt-5 { margin-top: 0 !important; }
.author-profile-hero {
display: flex;
align-items: center;
align-items: flex-start;
gap: 1.5rem;
}
@@ -1279,9 +1279,11 @@ footer.mt-5 { margin-top: 0 !important; }
.author-profile-link:hover { color: var(--vl-accent); }
.author-profile-bio {
max-width: 56rem;
flex: 1;
margin: 0;
color: var(--vl-muted);
line-height: 1.7;
font-size: .9375rem;
}
/* ─── Agrégateur de flux ─────────────────── */