Changeset 374fbe9 in Klonkt


Ignore:
Timestamp:
06/20/2026 06:59:07 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
0c7e228
Parents:
6c574b4
Message:

fix(epk): press kit bio respects line breaks (white-space: pre-line)

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/epk.ejs

    r6c574b4 r374fbe9  
    7272  .epk-edit-link:hover { opacity: 1; border-color: var(--epk-accent); color: var(--epk-accent); }
    7373  .epk-title { font-size: clamp(30px, 6vw, 52px); line-height: 1.05; margin: 0 0 12px; }
    74   .epk-bio { font-size: 16px; line-height: 1.6; opacity: .9; margin: 0 0 18px; max-width: 52ch; }
     74  .epk-bio { font-size: 16px; line-height: 1.6; opacity: .9; margin: 0 0 18px; max-width: 52ch; white-space: pre-line; }
    7575  .epk-actions { display: flex; gap: 10px; flex-wrap: wrap; }
    7676  .epk-btn { display: inline-block; padding: 9px 15px; border-radius: 999px; border: 1px solid rgba(128,128,128,.35); text-decoration: none; font-size: 13.5px; font-weight: 600; color: inherit; }
Note: See TracChangeset for help on using the changeset viewer.