diff --git a/DeepDrftPublic.Client/Pages/About.razor b/DeepDrftPublic.Client/Pages/About.razor index c3d0235..8ddc07b 100644 --- a/DeepDrftPublic.Client/Pages/About.razor +++ b/DeepDrftPublic.Client/Pages/About.razor @@ -106,7 +106,7 @@ } -
@member.Name · @member.Role
+
@member.Role
@member.Name
@if (!string.IsNullOrWhiteSpace(member.Bio)) @@ -192,7 +192,7 @@ ImageHeight="auto" ImageWidth="100%" ParallaxSpeed="0.35" /> -
the live rig
+
the studio rig
@@ -223,35 +223,40 @@ @* Medium triptych — one-line frame of each medium; definitions, not a re-pitch. A stacked editorial list rather than Home's card grid. *@ - - - @* The live turn — "on the street, in the swamp": the identity beyond releases. + + + + + @* The live turn — "on the street, in the swamp": the identity beyond releases. A left-breaking pull-quote at large serif scale. *@ -
- Beyond the Releases -

- But that's just the releases. We're also out there — on the street, in the swamp, with a PA, a generator, and a bunch of good vibes. -

-
+ +
+ Beyond the Releases +

+ But that's just the releases. We're also out there — on the street, in the swamp, with a PA, a generator, and a bunch of good vibes. +

+
+
+
diff --git a/DeepDrftPublic.Client/Pages/About.razor.css b/DeepDrftPublic.Client/Pages/About.razor.css index 17c0bff..6786066 100644 --- a/DeepDrftPublic.Client/Pages/About.razor.css +++ b/DeepDrftPublic.Client/Pages/About.razor.css @@ -271,7 +271,7 @@ } .bio-portrait { - width: 100%; + width: 80%; aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid var(--deepdrft-border); @@ -484,7 +484,6 @@ /* The sharp pull-quote — breaks LEFT into the rail margin at large serif scale. */ .pull-quote { margin: 0; - margin-left: -7rem; max-width: 70ch; }