mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
fix: prevent mid-word break in repertoire column headers
Base.css applies word-break: break-word to all elements inside <main>, causing mid-word breaks in narrow columns. Override in repertoire.css: - hyphens: none, word-break: normal, overflow-wrap: normal on all h2 - redistribute grid fractions: shrink Orientations (1.2→0.9fr), Étudiantes (1→0.8fr), boost Finalité (0.7→0.9fr, min 7rem)
This commit is contained in:
Reference in New Issue
Block a user