about: rende visibili gli a-capo in about.studios.body3

Il <p> reso da <T> collassava i newline (white-space: normal). Aggiunto
white-space: pre-line al paragrafo, ancorato al contenitore col cid via :global.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-12 23:19:29 +02:00
parent 9f6cf29708
commit 8f47cf9e94
+2
View File
@@ -149,6 +149,8 @@ export const prerender = false;
.conv__cta { text-align: center; font-family: var(--font-heading); letter-spacing: .06em; }
.round-img { max-width: 380px; margin: 30px auto 0; }
.round-img img { border-radius: 50%; aspect-ratio: 1; object-fit: cover; width: 100%; }
/* pre-line preserva gli a-capo del testo (il <p> reso da <T> non eredita il cid → :global). */
.about-img-row__text :global([data-tag="about.studios.body3"]) { white-space: pre-line; }
/* flex + center così l'ultima riga incompleta (es. staff: 5 membri → 2 nell'ultima riga)
resta centrata invece di appoggiarsi a sinistra. */
.tgrid { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; }