]> Git — Sourcephile - julm/worksheets.git/blob - data/styles/Rosetta/Matching.css
update
[julm/worksheets.git] / data / styles / Rosetta / Matching.css
1 .matches {
2 display:grid;
3 }
4 .match {
5 display:grid;
6 grid-template-columns:subgrid;
7 }
8 .match-anchor span {
9 display:flex;
10 justify-content:center;
11 }
12 .match-anchor {
13 align-content:center;
14 }
15 .match-matter {
16 display:flex;
17 flex-direction:row;
18 justify-content:center;
19 //align-content:baseline;
20 gap:1ex;
21 flex-wrap:wrap;
22 align-content:center;
23 margin-left:2mm;
24 margin-right:2mm;
25 }
26 .match-matter .sentence-horiz {
27 }