.matches { display:grid; } .match { display:grid; grid-template-columns:subgrid; } .match-anchor span { display:flex; justify-content:center; } .match-anchor { align-content:center; } .match-matter { display:flex; flex-direction:row; justify-content:center; //align-content:baseline; gap:1ex; flex-wrap:wrap; align-content:center; margin-left:2mm; margin-right:2mm; } .match-matter .sentence-horiz { }