.matches { display:grid; /* 1.7cm is specific to HP Deskjet 2547 */ margin:0.5cm 0.5cm 0.5cm 1.7cm; gap:0cm 0; } .match-alternatives { display:grid; grid-template-columns:subgrid; grid-column-start:1; grid-column-end:-1; } .match-anchor { align-content:center; display:flex; flex-direction:column; justify-content:start; } .match-anchor span { display:flex; justify-content:center; font-family:monospace; font-size:10mm; line-height:0.4; } .match-anchor.match-anchor-numbered span { font-size:0.9cm; line-height:0.5; } .matches .sentence-cell { font-family:Arial; }; .match-links { height:4ex; } .match-matter { display:flex; flex-direction:row; justify-content:left; //align-content:baseline; gap:0 1ex; flex-wrap:wrap; align-content:start; margin-left:2mm; margin-right:2mm; } .match-matter.lang-model .sentence-horiz { display:inline; } .matter-picture { display:flex; flex-direction:column; flex-wrap:nowrap; justify-content:flex-start; //width:100%; height:100%; overflow:hidden; } .matter-picture img { display:block; border:0; width:100%; height:100%; object-fit:contain; object-position:center center; overflow:hidden; } .match-matter .sentence-syllable { gap:0.5em; }